Html Css Color HEX #B52850 Old Rose

📋 copy color: '#B52850'

red 181 ◦ green 40 ◦ blue 80

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

Shades of Old Rose #B52850

Tints of Old Rose #B52850

RGB

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

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

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

R = 60.13%
G = 13.29%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B52850 (or 0xB52850) is known color: Old Rose. HEX triplet: B5, 28 and 50. RGB value is (181,40,80). Sum of RGB (Red+Green+Blue) = 181+40+80=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B52850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52850 is #4AD7AF. Grayscale: #565656. Windows color (decimal): -4904880 or 5253301. OLE color: 5253301.

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

Color convert

RGB 181 40 80 -
CMYK 0 0.78 0.56 0.29
HSL 342.98º 0.64% 0.43% -
HSV(B) 342.98º 0.78% 0.71% -
XYZ 21.26 11.92 8.77 -
YUV 86.72 124.21 195.25 -
System Red Green Blue C M Y K H S L
Decimal 181 40 80 0 0.78 0.56 0.29 342.98 0.64 0.43
Hex B5 28 50 0 4E 38 1D 157 40 2B
Octal 265 50 120 0 116 70 35 527 100 53
Binary 10110101 101000 1010000 0 1001110 111000 11101 101010111 1000000 101011

Color Harmonies of #B52850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52850

Black with #B52850

Text Example


Text Example

White with #B52850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52850; }

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

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

background-color css

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

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

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

border-color css

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

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

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