Html Css Color HEX #B52847 Old Rose

📋 copy color: '#B52847'

red 181 ◦ green 40 ◦ blue 71

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

Shades of Old Rose #B52847

Tints of Old Rose #B52847

RGB

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

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

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

R = 61.99%
G = 13.7%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B52847 (or 0xB52847) is known color: Old Rose. HEX triplet: B5, 28 and 47. RGB value is (181,40,71). Sum of RGB (Red+Green+Blue) = 181+40+71=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B52847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52847 is #4AD7B8. Grayscale: #555555. Windows color (decimal): -4904889 or 4663477. OLE color: 4663477.

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

Color convert

RGB 181 40 71 -
CMYK 0 0.78 0.61 0.29
HSL 346.81º 0.64% 0.43% -
HSV(B) 346.81º 0.78% 0.71% -
XYZ 20.95 11.8 7.13 -
YUV 85.69 119.71 195.98 -
System Red Green Blue C M Y K H S L
Decimal 181 40 71 0 0.78 0.61 0.29 346.81 0.64 0.43
Hex B5 28 47 0 4E 3D 1D 15B 40 2B
Octal 265 50 107 0 116 75 35 533 100 53
Binary 10110101 101000 1000111 0 1001110 111101 11101 101011011 1000000 101011

Color Harmonies of #B52847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52847

Black with #B52847

Text Example


Text Example

White with #B52847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52847; }

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

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

background-color css

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

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

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

border-color css

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

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

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