Html Css Color HEX #B51B4A Old Rose

📋 copy color: '#B51B4A'

red 181 ◦ green 27 ◦ blue 74

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

Shades of Old Rose #B51B4A

Tints of Old Rose #B51B4A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.57%

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

R = 64.18%
G = 9.57%
B = 26.24%

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

#B51B4A (or 0xB51B4A) is known color: Old Rose. HEX triplet: B5, 1B and 4A. RGB value is (181,27,74). Sum of RGB (Red+Green+Blue) = 181+27+74=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B51B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51B4A is #4AE4B5. Grayscale: #4E4E4E. Windows color (decimal): -4908214 or 4856757. OLE color: 4856757.

HSL color Cylindrical-coordinate representation of color #B51B4A: hue angle of 341.69º degrees, saturation: 0.74, 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 #B51B4A is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 27 74 -
CMYK 0 0.85 0.59 0.29
HSL 341.69º 0.74% 0.41% -
HSV(B) 341.69º 0.85% 0.71% -
XYZ 20.68 11.1 7.53 -
YUV 78.4 125.52 201.18 -
System Red Green Blue C M Y K H S L
Decimal 181 27 74 0 0.85 0.59 0.29 341.69 0.74 0.41
Hex B5 1B 4A 0 55 3B 1D 156 4A 29
Octal 265 33 112 0 125 73 35 526 112 51
Binary 10110101 11011 1001010 0 1010101 111011 11101 101010110 1001010 101001

Color Harmonies of #B51B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51B4A

Black with #B51B4A

Text Example


Text Example

White with #B51B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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