#B70632

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

Shades of Cardinal #B70632

Tints of Cardinal #B70632

Color information

#B70632 (or 0xB70632) is unknown color: approx Cardinal. HEX triplet: B7, 06 and 32. RGB value is (183,6,50). Sum of RGB (Red+Green+Blue) = 183+6+50=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B70632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70632 is #48F9CD. Grayscale: #3F3F3F. Windows color (decimal): -4782542 or 3278519. OLE color: 3278519.

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

Color convert

RGB183650-
CMYK00.970.730.28
HSL345.08º93.65%37.06%-
HSV(B)345.08º96.72%71.76%-
XYZ20.1710.433.97-
YUV63.94120.14212.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 76.57%
GREEN value IS 6 (2.73% from 255) = 2.51%
BLUE value IS 50 (19.92% from 255) = 20.92%
R=76.57%
G=2.51%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18365000.970.730.28345.0893.6537.06
HexB7632061491C1595e25
Octal26766201411113453113645
Binary10110111110110010011000011001001111001010110011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70632; }

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

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

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

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

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

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

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

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