Html Css Color HEX #B52036 Cardinal

📋 copy color: '#B52036'

red 181 ◦ green 32 ◦ blue 54

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

Shades of Cardinal #B52036

Tints of Cardinal #B52036

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.99%

 BLUE value IS 54 (21.48% from 255) = 20.22%

R = 67.79%
G = 11.99%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B52036 (or 0xB52036) is known color: Cardinal. HEX triplet: B5, 20 and 36. RGB value is (181,32,54). Sum of RGB (Red+Green+Blue) = 181+32+54=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B52036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52036 is #4ADFC9. Grayscale: #4F4F4F. Windows color (decimal): -4906954 or 3547317. OLE color: 3547317.

HSL color Cylindrical-coordinate representation of color #B52036: hue angle of 351.14º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52036 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 32 54 -
CMYK 0 0.82 0.70 0.29
HSL 351.14º 0.7% 0.42% -
HSV(B) 351.14º 0.82% 0.71% -
XYZ 20.24 11.12 4.57 -
YUV 79.06 113.86 200.71 -
System Red Green Blue C M Y K H S L
Decimal 181 32 54 0 0.82 0.70 0.29 351.14 0.7 0.42
Hex B5 20 36 0 52 46 1D 15F 46 2A
Octal 265 40 66 0 122 106 35 537 106 52
Binary 10110101 100000 110110 0 1010010 1000110 11101 101011111 1000110 101010

Color Harmonies of #B52036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52036

Black with #B52036

Text Example


Text Example

White with #B52036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52036; }

 p { color: rgb(181,32,54); }

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

background-color css

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

 a { background-color: rgb(181,32,54); }

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

border-color css

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

 span { border-color: rgb(181,32,54); }

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