Html Css Color HEX #B52954 Old Rose

📋 copy color: '#B52954'

red 181 ◦ green 41 ◦ blue 84

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

Shades of Old Rose #B52954

Tints of Old Rose #B52954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.45%

R = 59.15%
G = 13.4%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B52954 (or 0xB52954) is known color: Old Rose. HEX triplet: B5, 29 and 54. RGB value is (181,41,84). Sum of RGB (Red+Green+Blue) = 181+41+84=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B52954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52954 is #4AD6AB. Grayscale: #575757. Windows color (decimal): -4904620 or 5515701. OLE color: 5515701.

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

Color convert

RGB 181 41 84 -
CMYK 0 0.77 0.54 0.29
HSL 341.57º 0.63% 0.44% -
HSV(B) 341.57º 0.77% 0.71% -
XYZ 21.45 12.05 9.58 -
YUV 87.76 125.88 194.5 -
System Red Green Blue C M Y K H S L
Decimal 181 41 84 0 0.77 0.54 0.29 341.57 0.63 0.44
Hex B5 29 54 0 4D 36 1D 156 3F 2C
Octal 265 51 124 0 115 66 35 526 77 54
Binary 10110101 101001 1010100 0 1001101 110110 11101 101010110 111111 101100

Color Harmonies of #B52954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52954

Black with #B52954

Text Example


Text Example

White with #B52954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52954; }

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

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

background-color css

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

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

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

border-color css

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

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

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