Html Css Color HEX #B51A4D Old Rose

📋 copy color: '#B51A4D'

red 181 ◦ green 26 ◦ blue 77

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

Shades of Old Rose #B51A4D

Tints of Old Rose #B51A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.11%

R = 63.73%
G = 9.15%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B51A4D (or 0xB51A4D) is known color: Old Rose. HEX triplet: B5, 1A and 4D. RGB value is (181,26,77). Sum of RGB (Red+Green+Blue) = 181+26+77=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B51A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51A4D is #4AE5B2. Grayscale: #4E4E4E. Windows color (decimal): -4908467 or 5053109. OLE color: 5053109.

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

Color convert

RGB 181 26 77 -
CMYK 0 0.86 0.57 0.29
HSL 340.26º 0.75% 0.41% -
HSV(B) 340.26º 0.86% 0.71% -
XYZ 20.77 11.1 8.07 -
YUV 78.16 127.35 201.35 -
System Red Green Blue C M Y K H S L
Decimal 181 26 77 0 0.86 0.57 0.29 340.26 0.75 0.41
Hex B5 1A 4D 0 56 39 1D 154 4B 29
Octal 265 32 115 0 126 71 35 524 113 51
Binary 10110101 11010 1001101 0 1010110 111001 11101 101010100 1001011 101001

Color Harmonies of #B51A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51A4D

Black with #B51A4D

Text Example


Text Example

White with #B51A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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