#B31628

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

Shades of Cardinal #B31628

Tints of Cardinal #B31628

Color information

#B31628 (or 0xB31628) is unknown color: approx Cardinal. HEX triplet: B3, 16 and 28. RGB value is (179,22,40). Sum of RGB (Red+Green+Blue) = 179+22+40=241 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.27% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 179 - color contains mainly: red. Hex color #B31628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31628 is #4CE9D7. Grayscale: #474747. Windows color (decimal): -5040600 or 2627251. OLE color: 2627251.

HSL color Cylindrical-coordinate representation of color #B31628: hue angle of 353.12º 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 #B31628 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB1792240-
CMYK00.880.780.30
HSL353.12º78.11%39.41%-
HSV(B)353.12º87.71%70.2%-
XYZ19.2610.312.98-
YUV71110.51205.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 74.27%
GREEN value IS 22 (8.98% from 255) = 9.13%
BLUE value IS 40 (16.02% from 255) = 16.60%
R=74.27%
G=9.13%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179224000.880.780.30353.1278.1139.41
HexB316280584E1E1614e27
Octal263265001301163654111647
Binary1011001110110101000010110001001110111101011000011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31628; }

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

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

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

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

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

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

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

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