Html Css Color HEX #B52836 Cardinal

📋 copy color: '#B52836'

red 181 ◦ green 40 ◦ blue 54

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

Shades of Cardinal #B52836

Tints of Cardinal #B52836

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.55%

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

R = 65.82%
G = 14.55%
B = 19.64%

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

#B52836 (or 0xB52836) is known color: Cardinal. HEX triplet: B5, 28 and 36. RGB value is (181,40,54). Sum of RGB (Red+Green+Blue) = 181+40+54=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B52836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52836 is #4AD7C9. Grayscale: #535353. Windows color (decimal): -4904906 or 3549365. OLE color: 3549365.

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

Color convert

RGB 181 40 54 -
CMYK 0 0.78 0.70 0.29
HSL 354.04º 0.64% 0.43% -
HSV(B) 354.04º 0.78% 0.71% -
XYZ 20.48 11.61 4.65 -
YUV 83.76 111.21 197.36 -
System Red Green Blue C M Y K H S L
Decimal 181 40 54 0 0.78 0.70 0.29 354.04 0.64 0.43
Hex B5 28 36 0 4E 46 1D 162 40 2B
Octal 265 50 66 0 116 106 35 542 100 53
Binary 10110101 101000 110110 0 1001110 1000110 11101 101100010 1000000 101011

Color Harmonies of #B52836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52836

Black with #B52836

Text Example


Text Example

White with #B52836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52836; }

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

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

background-color css

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

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

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

border-color css

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

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

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