Html Css Color HEX #B52E47 Old Rose

📋 copy color: '#B52E47'

red 181 ◦ green 46 ◦ blue 71

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

Shades of Old Rose #B52E47

Tints of Old Rose #B52E47

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.44%

 BLUE value IS 71 (28.13% from 255) = 23.83%

R = 60.74%
G = 15.44%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B52E47 (or 0xB52E47) is known color: Old Rose. HEX triplet: B5, 2E and 47. RGB value is (181,46,71). Sum of RGB (Red+Green+Blue) = 181+46+71=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52E47 is #4AD1B8. Grayscale: #595959. Windows color (decimal): -4903353 or 4665013. OLE color: 4665013.

HSL color Cylindrical-coordinate representation of color #B52E47: hue angle of 348.89º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52E47 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 46 71 -
CMYK 0 0.75 0.61 0.29
HSL 348.89º 0.59% 0.45% -
HSV(B) 348.89º 0.75% 0.71% -
XYZ 21.17 12.23 7.21 -
YUV 89.22 117.73 193.47 -
System Red Green Blue C M Y K H S L
Decimal 181 46 71 0 0.75 0.61 0.29 348.89 0.59 0.45
Hex B5 2E 47 0 4B 3D 1D 15D 3B 2D
Octal 265 56 107 0 113 75 35 535 73 55
Binary 10110101 101110 1000111 0 1001011 111101 11101 101011101 111011 101101

Color Harmonies of #B52E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52E47

Black with #B52E47

Text Example


Text Example

White with #B52E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52E47; }

 p { color: rgb(181,46,71); }

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

background-color css

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

 a { background-color: rgb(181,46,71); }

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

border-color css

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

 span { border-color: rgb(181,46,71); }

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