Html Css Color HEX #B51A4C Old Rose

📋 copy color: '#B51A4C'

red 181 ◦ green 26 ◦ blue 76

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

Shades of Old Rose #B51A4C

Tints of Old Rose #B51A4C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.19%

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

R = 63.96%
G = 9.19%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B51A4C (or 0xB51A4C) is known color: Old Rose. HEX triplet: B5, 1A and 4C. RGB value is (181,26,76). Sum of RGB (Red+Green+Blue) = 181+26+76=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B51A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51A4C is #4AE5B3. Grayscale: #4E4E4E. Windows color (decimal): -4908468 or 4987573. OLE color: 4987573.

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

Color convert

RGB 181 26 76 -
CMYK 0 0.86 0.58 0.29
HSL 340.65º 0.75% 0.41% -
HSV(B) 340.65º 0.86% 0.71% -
XYZ 20.73 11.08 7.88 -
YUV 78.05 126.85 201.43 -
System Red Green Blue C M Y K H S L
Decimal 181 26 76 0 0.86 0.58 0.29 340.65 0.75 0.41
Hex B5 1A 4C 0 56 3A 1D 155 4B 29
Octal 265 32 114 0 126 72 35 525 113 51
Binary 10110101 11010 1001100 0 1010110 111010 11101 101010101 1001011 101001

Color Harmonies of #B51A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51A4C

Black with #B51A4C

Text Example


Text Example

White with #B51A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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