#B01928

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

Shades of Cardinal #B01928

Tints of Cardinal #B01928

Color information

#B01928 (or 0xB01928) is unknown color: approx Cardinal. HEX triplet: B0, 19 and 28. RGB value is (176,25,40). Sum of RGB (Red+Green+Blue) = 176+25+40=241 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.03% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 176 - color contains mainly: red. Hex color #B01928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01928 is #4FE6D7. Grayscale: #474747. Windows color (decimal): -5236440 or 2628016. OLE color: 2628016.

HSL color Cylindrical-coordinate representation of color #B01928: hue angle of 354.04º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01928 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB1762540-
CMYK00.860.770.31
HSL354.04º75.12%39.41%-
HSV(B)354.04º85.8%69.02%-
XYZ18.6410.082.97-
YUV71.86110.03202.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 73.03%
GREEN value IS 25 (10.16% from 255) = 10.37%
BLUE value IS 40 (16.02% from 255) = 16.60%
R=73.03%
G=10.37%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176254000.860.770.31354.0475.1239.41
HexB019280564D1F1624b27
Octal260315001261153754211347
Binary1011000011001101000010101101001101111111011000101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01928; }

 p { color: rgb(176,25,40); }

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

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

 a { background-color: rgb(176,25,40); }

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

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

 span { border-color: rgb(176,25,40); }

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