Html Css Color HEX #B52227 Cardinal

📋 copy color: '#B52227'

red 181 ◦ green 34 ◦ blue 39

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

Shades of Cardinal #B52227

Tints of Cardinal #B52227

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.39%

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

R = 71.26%
G = 13.39%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B52227 (or 0xB52227) is known color: Cardinal. HEX triplet: B5, 22 and 27. RGB value is (181,34,39). Sum of RGB (Red+Green+Blue) = 181+34+39=254 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.26% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 181 - color contains mainly: red. Hex color #B52227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52227 is #4ADDD8. Grayscale: #4E4E4E. Windows color (decimal): -4906457 or 2564789. OLE color: 2564789.

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

Color convert

RGB 181 34 39 -
CMYK 0 0.81 0.78 0.29
HSL 357.96º 0.68% 0.42% -
HSV(B) 357.96º 0.81% 0.71% -
XYZ 19.99 11.11 3.01 -
YUV 78.52 105.7 201.09 -
System Red Green Blue C M Y K H S L
Decimal 181 34 39 0 0.81 0.78 0.29 357.96 0.68 0.42
Hex B5 22 27 0 51 4E 1D 166 44 2A
Octal 265 42 47 0 121 116 35 546 104 52
Binary 10110101 100010 100111 0 1010001 1001110 11101 101100110 1000100 101010

Color Harmonies of #B52227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52227

Black with #B52227

Text Example


Text Example

White with #B52227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52227; }

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

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

background-color css

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

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

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

border-color css

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

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

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