Html Css Color HEX #B51E4C Old Rose

📋 copy color: '#B51E4C'

red 181 ◦ green 30 ◦ blue 76

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

Shades of Old Rose #B51E4C

Tints of Old Rose #B51E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.48%

R = 63.07%
G = 10.45%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B51E4C (or 0xB51E4C) is known color: Old Rose. HEX triplet: B5, 1E and 4C. RGB value is (181,30,76). Sum of RGB (Red+Green+Blue) = 181+30+76=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51E4C is #4AE1B3. Grayscale: #505050. Windows color (decimal): -4907444 or 4988597. OLE color: 4988597.

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

Color convert

RGB 181 30 76 -
CMYK 0 0.83 0.58 0.29
HSL 341.72º 0.72% 0.41% -
HSV(B) 341.72º 0.83% 0.71% -
XYZ 20.82 11.27 7.92 -
YUV 80.39 125.53 199.76 -
System Red Green Blue C M Y K H S L
Decimal 181 30 76 0 0.83 0.58 0.29 341.72 0.72 0.41
Hex B5 1E 4C 0 53 3A 1D 156 48 29
Octal 265 36 114 0 123 72 35 526 110 51
Binary 10110101 11110 1001100 0 1010011 111010 11101 101010110 1001000 101001

Color Harmonies of #B51E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51E4C

Black with #B51E4C

Text Example


Text Example

White with #B51E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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