#B30738

Color #B30738 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B30738

Tints of Cardinal #B30738

Color information

#B30738 (or 0xB30738) is unknown color: approx Cardinal. HEX triplet: B3, 07 and 38. RGB value is (179,7,56). Sum of RGB (Red+Green+Blue) = 179+7+56=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B30738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30738 is #4CF8C7. Grayscale: #3F3F3F. Windows color (decimal): -5044424 or 3671987. OLE color: 3671987.

HSL color Cylindrical-coordinate representation of color #B30738: hue angle of 342.91º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30738 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB179756-
CMYK00.960.690.30
HSL342.91º92.47%36.47%-
HSV(B)342.91º96.09%70.2%-
XYZ19.3810.024.65-
YUV64.01123.48210.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 73.97%
GREEN value IS 7 (3.12% from 255) = 2.89%
BLUE value IS 56 (22.27% from 255) = 23.14%
R=73.97%
G=2.89%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17975600.960.690.30342.9192.4736.47
HexB3738060451E1575c24
Octal26377001401053652713444
Binary10110011111111000011000001000101111101010101111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30738; }

 p { color: rgb(179,7,56); }

 H1.HeaderClassName
 {
   color: #B30738;
 }
 .AnyTagClassName
 {
   color: #B30738;
 }
</style>
background-color css

<style>
 a { background-color: #B30738; }

 a { background-color: rgb(179,7,56); }

 div.DivClassName
 {
   background-color: #B30738;
 }
 .BgClassName
 {
   background-color: #B30738;
 }
</style>
border-color css

<style>
 span { border-color: #B30738; }

 span { border-color: rgb(179,7,56); }

 td.TdClassName
 {
   border-color: #B30738;
 }
 .TagClassName
 {
   border-color: #B30738;
 }
</style>