Html Css Color HEX #B51629 Cardinal

📋 copy color: '#B51629'

red 181 ◦ green 22 ◦ blue 41

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

Shades of Cardinal #B51629

Tints of Cardinal #B51629

RGB

 RED value IS 181 (71.09% from 255) = 74.18%

 GREEN value IS 22 (8.98% from 255) = 9.02%

 BLUE value IS 41 (16.41% from 255) = 16.8%

R = 74.18%
G = 9.02%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B51629 (or 0xB51629) is known color: Cardinal. HEX triplet: B5, 16 and 29. RGB value is (181,22,41). Sum of RGB (Red+Green+Blue) = 181+22+41=244 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.18% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 181 - color contains mainly: red. Hex color #B51629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51629 is #4AE9D6. Grayscale: #474747. Windows color (decimal): -4909527 or 2692789. OLE color: 2692789.

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

Color convert

RGB 181 22 41 -
CMYK 0 0.88 0.77 0.29
HSL 352.83º 0.78% 0.4% -
HSV(B) 352.83º 0.88% 0.71% -
XYZ 19.74 10.56 3.1 -
YUV 71.71 110.68 205.96 -
System Red Green Blue C M Y K H S L
Decimal 181 22 41 0 0.88 0.77 0.29 352.83 0.78 0.4
Hex B5 16 29 0 58 4D 1D 161 4E 28
Octal 265 26 51 0 130 115 35 541 116 50
Binary 10110101 10110 101001 0 1011000 1001101 11101 101100001 1001110 101000

Color Harmonies of #B51629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51629

Black with #B51629

Text Example


Text Example

White with #B51629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51629; }

 p { color: rgb(181,22,41); }

 H1.HeaderClassName
 {
   color: #B51629;
 }
 .AnyTagClassName
 {
   color: #B51629;
 }
</style>

background-color css

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

 a { background-color: rgb(181,22,41); }

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

border-color css

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

 span { border-color: rgb(181,22,41); }

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