Html Css Color HEX #B51E50 Old Rose

📋 copy color: '#B51E50'

red 181 ◦ green 30 ◦ blue 80

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

Shades of Old Rose #B51E50

Tints of Old Rose #B51E50

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.31%

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

R = 62.2%
G = 10.31%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B51E50 (or 0xB51E50) is known color: Old Rose. HEX triplet: B5, 1E and 50. RGB value is (181,30,80). Sum of RGB (Red+Green+Blue) = 181+30+80=291 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.20% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51E50 is #4AE1AF. Grayscale: #505050. Windows color (decimal): -4907440 or 5250741. OLE color: 5250741.

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

Color convert

RGB 181 30 80 -
CMYK 0 0.83 0.56 0.29
HSL 340.13º 0.72% 0.41% -
HSV(B) 340.13º 0.83% 0.71% -
XYZ 20.97 11.33 8.67 -
YUV 80.85 127.53 199.43 -
System Red Green Blue C M Y K H S L
Decimal 181 30 80 0 0.83 0.56 0.29 340.13 0.72 0.41
Hex B5 1E 50 0 53 38 1D 154 48 29
Octal 265 36 120 0 123 70 35 524 110 51
Binary 10110101 11110 1010000 0 1010011 111000 11101 101010100 1001000 101001

Color Harmonies of #B51E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51E50

Black with #B51E50

Text Example


Text Example

White with #B51E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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