Html Css Color HEX #B52027 Cardinal

📋 copy color: '#B52027'

red 181 ◦ green 32 ◦ blue 39

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

Shades of Cardinal #B52027

Tints of Cardinal #B52027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.48%

R = 71.83%
G = 12.7%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B52027 (or 0xB52027) is known color: Cardinal. HEX triplet: B5, 20 and 27. RGB value is (181,32,39). Sum of RGB (Red+Green+Blue) = 181+32+39=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B52027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52027 is #4ADFD8. Grayscale: #4D4D4D. Windows color (decimal): -4906969 or 2564277. OLE color: 2564277.

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

Color convert

RGB 181 32 39 -
CMYK 0 0.82 0.78 0.29
HSL 357.18º 0.7% 0.42% -
HSV(B) 357.18º 0.82% 0.71% -
XYZ 19.94 11 2.99 -
YUV 77.35 106.36 201.93 -
System Red Green Blue C M Y K H S L
Decimal 181 32 39 0 0.82 0.78 0.29 357.18 0.7 0.42
Hex B5 20 27 0 52 4E 1D 165 46 2A
Octal 265 40 47 0 122 116 35 545 106 52
Binary 10110101 100000 100111 0 1010010 1001110 11101 101100101 1000110 101010

Color Harmonies of #B52027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52027

Black with #B52027

Text Example


Text Example

White with #B52027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52027; }

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

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

background-color css

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

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

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

border-color css

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

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

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