#B31728

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

Shades of Cardinal #B31728

Tints of Cardinal #B31728

Color information

#B31728 (or 0xB31728) is unknown color: approx Cardinal. HEX triplet: B3, 17 and 28. RGB value is (179,23,40). Sum of RGB (Red+Green+Blue) = 179+23+40=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B31728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31728 is #4CE8D7. Grayscale: #474747. Windows color (decimal): -5040344 or 2627507. OLE color: 2627507.

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

Color convert

RGB1792340-
CMYK00.870.780.30
HSL353.46º77.23%39.61%-
HSV(B)353.46º87.15%70.2%-
XYZ19.2810.352.99-
YUV71.58110.18204.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 73.97%
GREEN value IS 23 (9.38% from 255) = 9.50%
BLUE value IS 40 (16.02% from 255) = 16.53%
R=73.97%
G=9.50%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179234000.870.780.30353.4677.2339.61
HexB317280574E1E1614d28
Octal263275001271163654111550
Binary1011001110111101000010101111001110111101011000011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31728; }

 p { color: rgb(179,23,40); }

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

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

 a { background-color: rgb(179,23,40); }

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

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

 span { border-color: rgb(179,23,40); }

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