Html Css Color HEX #B52150 Old Rose

📋 copy color: '#B52150'

red 181 ◦ green 33 ◦ blue 80

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

Shades of Old Rose #B52150

Tints of Old Rose #B52150

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.22%

 BLUE value IS 80 (31.64% from 255) = 27.21%

R = 61.56%
G = 11.22%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B52150 (or 0xB52150) is known color: Old Rose. HEX triplet: B5, 21 and 50. RGB value is (181,33,80). Sum of RGB (Red+Green+Blue) = 181+33+80=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B52150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52150 is #4ADEAF. Grayscale: #525252. Windows color (decimal): -4906672 or 5251509. OLE color: 5251509.

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

Color convert

RGB 181 33 80 -
CMYK 0 0.82 0.56 0.29
HSL 340.95º 0.69% 0.42% -
HSV(B) 340.95º 0.82% 0.71% -
XYZ 21.05 11.49 8.7 -
YUV 82.61 126.53 198.18 -
System Red Green Blue C M Y K H S L
Decimal 181 33 80 0 0.82 0.56 0.29 340.95 0.69 0.42
Hex B5 21 50 0 52 38 1D 155 45 2A
Octal 265 41 120 0 122 70 35 525 105 52
Binary 10110101 100001 1010000 0 1010010 111000 11101 101010101 1000101 101010

Color Harmonies of #B52150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52150

Black with #B52150

Text Example


Text Example

White with #B52150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52150; }

 p { color: rgb(181,33,80); }

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

background-color css

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

 a { background-color: rgb(181,33,80); }

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

border-color css

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

 span { border-color: rgb(181,33,80); }

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