#B70C32

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

Shades of Cardinal #B70C32

Tints of Cardinal #B70C32

Color information

#B70C32 (or 0xB70C32) is unknown color: approx Cardinal. HEX triplet: B7, 0C and 32. RGB value is (183,12,50). Sum of RGB (Red+Green+Blue) = 183+12+50=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70C32 is #48F3CD. Grayscale: #434343. Windows color (decimal): -4781006 or 3280055. OLE color: 3280055.

HSL color Cylindrical-coordinate representation of color #B70C32: hue angle of 346.67º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70C32 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB1831250-
CMYK00.930.730.28
HSL346.67º87.69%38.24%-
HSV(B)346.67º93.44%71.76%-
XYZ20.2410.563.99-
YUV67.46118.15210.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 74.69%
GREEN value IS 12 (5.08% from 255) = 4.90%
BLUE value IS 50 (19.92% from 255) = 20.41%
R=74.69%
G=4.90%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183125000.930.730.28346.6787.6938.24
HexB7C3205D491C15b5826
Octal267146201351113453313046
Binary101101111100110010010111011001001111001010110111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70C32; }

 p { color: rgb(183,12,50); }

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

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

 a { background-color: rgb(183,12,50); }

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

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

 span { border-color: rgb(183,12,50); }

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