Html Css Color HEX #B52040 Cardinal

📋 copy color: '#B52040'

red 181 ◦ green 32 ◦ blue 64

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

Shades of Cardinal #B52040

Tints of Cardinal #B52040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.1%

R = 65.34%
G = 11.55%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B52040 (or 0xB52040) is known color: Cardinal. HEX triplet: B5, 20 and 40. RGB value is (181,32,64). Sum of RGB (Red+Green+Blue) = 181+32+64=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B52040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52040 is #4ADFBF. Grayscale: #505050. Windows color (decimal): -4906944 or 4202677. OLE color: 4202677.

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

Color convert

RGB 181 32 64 -
CMYK 0 0.82 0.65 0.29
HSL 347.11º 0.7% 0.42% -
HSV(B) 347.11º 0.82% 0.71% -
XYZ 20.5 11.23 5.94 -
YUV 80.2 118.86 199.9 -
System Red Green Blue C M Y K H S L
Decimal 181 32 64 0 0.82 0.65 0.29 347.11 0.7 0.42
Hex B5 20 40 0 52 41 1D 15B 46 2A
Octal 265 40 100 0 122 101 35 533 106 52
Binary 10110101 100000 1000000 0 1010010 1000001 11101 101011011 1000110 101010

Color Harmonies of #B52040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52040

Black with #B52040

Text Example


Text Example

White with #B52040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52040; }

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

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

background-color css

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

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

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

border-color css

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

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

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