Html Css Color HEX #B52045 Old Rose

📋 copy color: '#B52045'

red 181 ◦ green 32 ◦ blue 69

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

Shades of Old Rose #B52045

Tints of Old Rose #B52045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.47%

R = 64.18%
G = 11.35%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B52045 (or 0xB52045) is known color: Old Rose. HEX triplet: B5, 20 and 45. RGB value is (181,32,69). Sum of RGB (Red+Green+Blue) = 181+32+69=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B52045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52045 is #4ADFBA. Grayscale: #505050. Windows color (decimal): -4906939 or 4530357. OLE color: 4530357.

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

Color convert

RGB 181 32 69 -
CMYK 0 0.82 0.62 0.29
HSL 345.1º 0.7% 0.42% -
HSV(B) 345.1º 0.82% 0.71% -
XYZ 20.65 11.29 6.72 -
YUV 80.77 121.36 199.49 -
System Red Green Blue C M Y K H S L
Decimal 181 32 69 0 0.82 0.62 0.29 345.1 0.7 0.42
Hex B5 20 45 0 52 3E 1D 159 46 2A
Octal 265 40 105 0 122 76 35 531 106 52
Binary 10110101 100000 1000101 0 1010010 111110 11101 101011001 1000110 101010

Color Harmonies of #B52045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52045

Black with #B52045

Text Example


Text Example

White with #B52045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52045; }

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

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

background-color css

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

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

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

border-color css

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

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

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