Html Css Color HEX #B52032 Cardinal

📋 copy color: '#B52032'

red 181 ◦ green 32 ◦ blue 50

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

Shades of Cardinal #B52032

Tints of Cardinal #B52032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.01%

R = 68.82%
G = 12.17%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B52032 (or 0xB52032) is known color: Cardinal. HEX triplet: B5, 20 and 32. RGB value is (181,32,50). Sum of RGB (Red+Green+Blue) = 181+32+50=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B52032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52032 is #4ADFCD. Grayscale: #4E4E4E. Windows color (decimal): -4906958 or 3285173. OLE color: 3285173.

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

Color convert

RGB 181 32 50 -
CMYK 0 0.82 0.72 0.29
HSL 352.75º 0.7% 0.42% -
HSV(B) 352.75º 0.82% 0.71% -
XYZ 20.15 11.09 4.1 -
YUV 78.6 111.86 201.04 -
System Red Green Blue C M Y K H S L
Decimal 181 32 50 0 0.82 0.72 0.29 352.75 0.7 0.42
Hex B5 20 32 0 52 48 1D 161 46 2A
Octal 265 40 62 0 122 110 35 541 106 52
Binary 10110101 100000 110010 0 1010010 1001000 11101 101100001 1000110 101010

Color Harmonies of #B52032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52032

Black with #B52032

Text Example


Text Example

White with #B52032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52032; }

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

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

background-color css

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

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

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

border-color css

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

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

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