Html Css Color HEX #B52947 Old Rose

📋 copy color: '#B52947'

red 181 ◦ green 41 ◦ blue 71

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

Shades of Old Rose #B52947

Tints of Old Rose #B52947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.99%

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

R = 61.77%
G = 13.99%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B52947 (or 0xB52947) is known color: Old Rose. HEX triplet: B5, 29 and 47. RGB value is (181,41,71). Sum of RGB (Red+Green+Blue) = 181+41+71=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B52947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52947 is #4AD6B8. Grayscale: #565656. Windows color (decimal): -4904633 or 4663733. OLE color: 4663733.

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

Color convert

RGB 181 41 71 -
CMYK 0 0.77 0.61 0.29
HSL 347.14º 0.63% 0.44% -
HSV(B) 347.14º 0.77% 0.71% -
XYZ 20.99 11.86 7.15 -
YUV 86.28 119.38 195.56 -
System Red Green Blue C M Y K H S L
Decimal 181 41 71 0 0.77 0.61 0.29 347.14 0.63 0.44
Hex B5 29 47 0 4D 3D 1D 15B 3F 2C
Octal 265 51 107 0 115 75 35 533 77 54
Binary 10110101 101001 1000111 0 1001101 111101 11101 101011011 111111 101100

Color Harmonies of #B52947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52947

Black with #B52947

Text Example


Text Example

White with #B52947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52947; }

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

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

background-color css

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

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

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

border-color css

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

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

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