Html Css Color HEX #B51950 Old Rose

📋 copy color: '#B51950'

red 181 ◦ green 25 ◦ blue 80

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

Shades of Old Rose #B51950

Tints of Old Rose #B51950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.74%

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

R = 63.29%
G = 8.74%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B51950 (or 0xB51950) is known color: Old Rose. HEX triplet: B5, 19 and 50. RGB value is (181,25,80). Sum of RGB (Red+Green+Blue) = 181+25+80=286 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.29% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 181 - color contains mainly: red. Hex color #B51950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51950 is #4AE6AF. Grayscale: #4D4D4D. Windows color (decimal): -4908720 or 5249461. OLE color: 5249461.

HSL color Cylindrical-coordinate representation of color #B51950: hue angle of 338.85º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51950 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 25 80 -
CMYK 0 0.86 0.56 0.29
HSL 338.85º 0.76% 0.4% -
HSV(B) 338.85º 0.86% 0.71% -
XYZ 20.85 11.1 8.63 -
YUV 77.91 129.18 201.53 -
System Red Green Blue C M Y K H S L
Decimal 181 25 80 0 0.86 0.56 0.29 338.85 0.76 0.4
Hex B5 19 50 0 56 38 1D 153 4C 28
Octal 265 31 120 0 126 70 35 523 114 50
Binary 10110101 11001 1010000 0 1010110 111000 11101 101010011 1001100 101000

Color Harmonies of #B51950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51950

Black with #B51950

Text Example


Text Example

White with #B51950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51950; }

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

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

background-color css

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

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

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

border-color css

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

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

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