Html Css Color HEX #B51537 Cardinal

📋 copy color: '#B51537'

red 181 ◦ green 21 ◦ blue 55

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

Shades of Cardinal #B51537

Tints of Cardinal #B51537

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.17%

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

R = 70.43%
G = 8.17%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B51537 (or 0xB51537) is known color: Cardinal. HEX triplet: B5, 15 and 37. RGB value is (181,21,55). Sum of RGB (Red+Green+Blue) = 181+21+55=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B51537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51537 is #4AEAC8. Grayscale: #484848. Windows color (decimal): -4909769 or 3610037. OLE color: 3610037.

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

Color convert

RGB 181 21 55 -
CMYK 0 0.88 0.70 0.29
HSL 347.25º 0.79% 0.4% -
HSV(B) 347.25º 0.88% 0.71% -
XYZ 20.01 10.64 4.61 -
YUV 72.72 118.01 205.24 -
System Red Green Blue C M Y K H S L
Decimal 181 21 55 0 0.88 0.70 0.29 347.25 0.79 0.4
Hex B5 15 37 0 58 46 1D 15B 4F 28
Octal 265 25 67 0 130 106 35 533 117 50
Binary 10110101 10101 110111 0 1011000 1000110 11101 101011011 1001111 101000

Color Harmonies of #B51537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51537

Black with #B51537

Text Example


Text Example

White with #B51537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51537; }

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

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

background-color css

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

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

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

border-color css

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

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

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