Html Css Color HEX #B51829 Cardinal

📋 copy color: '#B51829'

red 181 ◦ green 24 ◦ blue 41

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

Shades of Cardinal #B51829

Tints of Cardinal #B51829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.76%

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

R = 73.58%
G = 9.76%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B51829 (or 0xB51829) is known color: Cardinal. HEX triplet: B5, 18 and 29. RGB value is (181,24,41). Sum of RGB (Red+Green+Blue) = 181+24+41=246 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.58% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 181 - color contains mainly: red. Hex color #B51829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51829 is #4AE7D6. Grayscale: #484848. Windows color (decimal): -4909015 or 2693301. OLE color: 2693301.

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

Color convert

RGB 181 24 41 -
CMYK 0 0.87 0.77 0.29
HSL 353.5º 0.77% 0.4% -
HSV(B) 353.5º 0.87% 0.71% -
XYZ 19.78 10.64 3.11 -
YUV 72.88 110.01 205.12 -
System Red Green Blue C M Y K H S L
Decimal 181 24 41 0 0.87 0.77 0.29 353.5 0.77 0.4
Hex B5 18 29 0 57 4D 1D 162 4D 28
Octal 265 30 51 0 127 115 35 542 115 50
Binary 10110101 11000 101001 0 1010111 1001101 11101 101100010 1001101 101000

Color Harmonies of #B51829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51829

Black with #B51829

Text Example


Text Example

White with #B51829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51829; }

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

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

background-color css

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

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

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

border-color css

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

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

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