#B41229

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

Shades of Cardinal #B41229

Tints of Cardinal #B41229

Color information

#B41229 (or 0xB41229) is unknown color: approx Cardinal. HEX triplet: B4, 12 and 29. RGB value is (180,18,41). Sum of RGB (Red+Green+Blue) = 180+18+41=239 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.31% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 180 - color contains mainly: red. Hex color #B41229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41229 is #4BEDD6. Grayscale: #454545. Windows color (decimal): -4976087 or 2691764. OLE color: 2691764.

HSL color Cylindrical-coordinate representation of color #B41229: hue angle of 351.48º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B41229 is Cyan = 0, Magento = 0.9, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB1801841-
CMYK00.90.770.29
HSL351.48º81.82%38.82%-
HSV(B)351.48º90%70.59%-
XYZ19.4410.33.06-
YUV69.06112.17207.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 75.31%
GREEN value IS 18 (7.42% from 255) = 7.53%
BLUE value IS 41 (16.41% from 255) = 17.15%
R=75.31%
G=7.53%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180184100.90.770.29351.4881.8238.82
HexB4122905A4D1D15f5227
Octal264225101321153553712247
Binary1011010010010101001010110101001101111011010111111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41229; }

 p { color: rgb(180,18,41); }

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

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

 a { background-color: rgb(180,18,41); }

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

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

 span { border-color: rgb(180,18,41); }

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