Html Css Color HEX #B51439 Cardinal

📋 copy color: '#B51439'

red 181 ◦ green 20 ◦ blue 57

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

Shades of Cardinal #B51439

Tints of Cardinal #B51439

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.75%

 BLUE value IS 57 (22.66% from 255) = 22.09%

R = 70.16%
G = 7.75%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B51439 (or 0xB51439) is known color: Cardinal. HEX triplet: B5, 14 and 39. RGB value is (181,20,57). Sum of RGB (Red+Green+Blue) = 181+20+57=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B51439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51439 is #4AEBC6. Grayscale: #484848. Windows color (decimal): -4910023 or 3740853. OLE color: 3740853.

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

Color convert

RGB 181 20 57 -
CMYK 0 0.89 0.69 0.29
HSL 346.21º 0.8% 0.39% -
HSV(B) 346.21º 0.89% 0.71% -
XYZ 20.04 10.62 4.86 -
YUV 72.36 119.34 205.49 -
System Red Green Blue C M Y K H S L
Decimal 181 20 57 0 0.89 0.69 0.29 346.21 0.8 0.39
Hex B5 14 39 0 59 45 1D 15A 50 27
Octal 265 24 71 0 131 105 35 532 120 47
Binary 10110101 10100 111001 0 1011001 1000101 11101 101011010 1010000 100111

Color Harmonies of #B51439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51439

Black with #B51439

Text Example


Text Example

White with #B51439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51439; }

 p { color: rgb(181,20,57); }

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

background-color css

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

 a { background-color: rgb(181,20,57); }

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

border-color css

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

 span { border-color: rgb(181,20,57); }

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