Html Css Color HEX #B41229 Cardinal

📋 copy color: '#B41229'

red 180 ◦ green 18 ◦ blue 41

#B41229
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B41229

Tints of Cardinal #B41229

RGB

 RED value IS 180 (70.7% 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 value IS 0

 M value IS 0.9

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B41229 (or 0xB41229) is known color: 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

RGB 180 18 41 -
CMYK 0 0.9 0.77 0.29
HSL 351.48º 0.82% 0.39% -
HSV(B) 351.48º 0.9% 0.71% -
XYZ 19.44 10.3 3.06 -
YUV 69.06 112.17 207.13 -
System Red Green Blue C M Y K H S L
Decimal 180 18 41 0 0.9 0.77 0.29 351.48 0.82 0.39
Hex B4 12 29 0 5A 4D 1D 15F 52 27
Octal 264 22 51 0 132 115 35 537 122 47
Binary 10110100 10010 101001 0 1011010 1001101 11101 101011111 1010010 100111

Color Harmonies of #B41229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41229

Black with #B41229

Text Example


Text Example

White with #B41229

Text Example


Text Example

HTML Codes & Css Web 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>