Html Css Color HEX #B51C4A Old Rose

📋 copy color: '#B51C4A'

red 181 ◦ green 28 ◦ blue 74

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

Shades of Old Rose #B51C4A

Tints of Old Rose #B51C4A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.89%

 BLUE value IS 74 (29.3% from 255) = 26.15%

R = 63.96%
G = 9.89%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B51C4A (or 0xB51C4A) is known color: Old Rose. HEX triplet: B5, 1C and 4A. RGB value is (181,28,74). Sum of RGB (Red+Green+Blue) = 181+28+74=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B51C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51C4A is #4AE3B5. Grayscale: #4E4E4E. Windows color (decimal): -4907958 or 4857013. OLE color: 4857013.

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

Color convert

RGB 181 28 74 -
CMYK 0 0.85 0.59 0.29
HSL 341.96º 0.73% 0.41% -
HSV(B) 341.96º 0.85% 0.71% -
XYZ 20.71 11.15 7.54 -
YUV 78.99 125.19 200.76 -
System Red Green Blue C M Y K H S L
Decimal 181 28 74 0 0.85 0.59 0.29 341.96 0.73 0.41
Hex B5 1C 4A 0 55 3B 1D 156 49 29
Octal 265 34 112 0 125 73 35 526 111 51
Binary 10110101 11100 1001010 0 1010101 111011 11101 101010110 1001001 101001

Color Harmonies of #B51C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51C4A

Black with #B51C4A

Text Example


Text Example

White with #B51C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51C4A; }

 p { color: rgb(181,28,74); }

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

background-color css

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

 a { background-color: rgb(181,28,74); }

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

border-color css

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

 span { border-color: rgb(181,28,74); }

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