Html Css Color HEX #B51437 Cardinal

📋 copy color: '#B51437'

red 181 ◦ green 20 ◦ blue 55

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

Shades of Cardinal #B51437

Tints of Cardinal #B51437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.48%

R = 70.7%
G = 7.81%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B51437 (or 0xB51437) is known color: Cardinal. HEX triplet: B5, 14 and 37. RGB value is (181,20,55). Sum of RGB (Red+Green+Blue) = 181+20+55=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B51437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51437 is #4AEBC8. Grayscale: #484848. Windows color (decimal): -4910025 or 3609781. OLE color: 3609781.

HSL color Cylindrical-coordinate representation of color #B51437: hue angle of 346.96º 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 #B51437 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 20 55 -
CMYK 0 0.89 0.70 0.29
HSL 346.96º 0.8% 0.39% -
HSV(B) 346.96º 0.89% 0.71% -
XYZ 20 10.6 4.61 -
YUV 72.13 118.34 205.65 -
System Red Green Blue C M Y K H S L
Decimal 181 20 55 0 0.89 0.70 0.29 346.96 0.8 0.39
Hex B5 14 37 0 59 46 1D 15B 50 27
Octal 265 24 67 0 131 106 35 533 120 47
Binary 10110101 10100 110111 0 1011001 1000110 11101 101011011 1010000 100111

Color Harmonies of #B51437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51437

Black with #B51437

Text Example


Text Example

White with #B51437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51437; }

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

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

background-color css

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

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

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

border-color css

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

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

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