Html Css Color HEX #B12049 Old Rose

📋 copy color: '#B12049'

red 177 ◦ green 32 ◦ blue 73

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

Shades of Old Rose #B12049

Tints of Old Rose #B12049

RGB

 RED value IS 177 (69.53% from 255) = 62.77%

 GREEN value IS 32 (12.89% from 255) = 11.35%

 BLUE value IS 73 (28.91% from 255) = 25.89%

R = 62.77%
G = 11.35%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B12049 (or 0xB12049) is known color: Old Rose. HEX triplet: B1, 20 and 49. RGB value is (177,32,73). Sum of RGB (Red+Green+Blue) = 177+32+73=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B12049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12049 is #4EDFB6. Grayscale: #505050. Windows color (decimal): -5169079 or 4792497. OLE color: 4792497.

HSL color Cylindrical-coordinate representation of color #B12049: hue angle of 343.03º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12049 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 32 73 -
CMYK 0 0.82 0.59 0.31
HSL 343.03º 0.69% 0.41% -
HSV(B) 343.03º 0.82% 0.69% -
XYZ 19.85 10.86 7.35 -
YUV 80.03 124.04 197.17 -
System Red Green Blue C M Y K H S L
Decimal 177 32 73 0 0.82 0.59 0.31 343.03 0.69 0.41
Hex B1 20 49 0 52 3B 1F 157 45 29
Octal 261 40 111 0 122 73 37 527 105 51
Binary 10110001 100000 1001001 0 1010010 111011 11111 101010111 1000101 101001

Color Harmonies of #B12049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12049

Black with #B12049

Text Example


Text Example

White with #B12049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12049; }

 p { color: rgb(177,32,73); }

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

background-color css

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

 a { background-color: rgb(177,32,73); }

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

border-color css

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

 span { border-color: rgb(177,32,73); }

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