Html Css Color HEX #B52736 Cardinal

📋 copy color: '#B52736'

red 181 ◦ green 39 ◦ blue 54

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

Shades of Cardinal #B52736

Tints of Cardinal #B52736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.23%

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

R = 66.06%
G = 14.23%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B52736 (or 0xB52736) is known color: Cardinal. HEX triplet: B5, 27 and 36. RGB value is (181,39,54). Sum of RGB (Red+Green+Blue) = 181+39+54=274 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.06% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 181 - color contains mainly: red. Hex color #B52736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52736 is #4AD8C9. Grayscale: #535353. Windows color (decimal): -4905162 or 3549109. OLE color: 3549109.

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

Color convert

RGB 181 39 54 -
CMYK 0 0.78 0.70 0.29
HSL 353.66º 0.65% 0.43% -
HSV(B) 353.66º 0.78% 0.71% -
XYZ 20.45 11.54 4.64 -
YUV 83.17 111.54 197.78 -
System Red Green Blue C M Y K H S L
Decimal 181 39 54 0 0.78 0.70 0.29 353.66 0.65 0.43
Hex B5 27 36 0 4E 46 1D 162 41 2B
Octal 265 47 66 0 116 106 35 542 101 53
Binary 10110101 100111 110110 0 1001110 1000110 11101 101100010 1000001 101011

Color Harmonies of #B52736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52736

Black with #B52736

Text Example


Text Example

White with #B52736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52736; }

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

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

background-color css

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

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

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

border-color css

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

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

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