#B31636

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

Shades of Cardinal #B31636

Tints of Cardinal #B31636

Color information

#B31636 (or 0xB31636) is unknown color: approx Cardinal. HEX triplet: B3, 16 and 36. RGB value is (179,22,54). Sum of RGB (Red+Green+Blue) = 179+22+54=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B31636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31636 is #4CE9C9. Grayscale: #484848. Windows color (decimal): -5040586 or 3544755. OLE color: 3544755.

HSL color Cylindrical-coordinate representation of color #B31636: hue angle of 347.77º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31636 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB1792254-
CMYK00.880.700.30
HSL347.77º78.11%39.41%-
HSV(B)347.77º87.71%70.2%-
XYZ19.5410.424.47-
YUV72.59117.51203.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 70.20%
GREEN value IS 22 (8.98% from 255) = 8.63%
BLUE value IS 54 (21.48% from 255) = 21.18%
R=70.20%
G=8.63%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179225400.880.700.30347.7778.1139.41
HexB31636058461E15c4e27
Octal263266601301063653411647
Binary1011001110110110110010110001000110111101010111001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31636; }

 p { color: rgb(179,22,54); }

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

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

 a { background-color: rgb(179,22,54); }

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

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

 span { border-color: rgb(179,22,54); }

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