Html Css Color HEX #B12149 Old Rose

📋 copy color: '#B12149'

red 177 ◦ green 33 ◦ blue 73

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

Shades of Old Rose #B12149

Tints of Old Rose #B12149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.66%

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

R = 62.54%
G = 11.66%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B12149 (or 0xB12149) is known color: Old Rose. HEX triplet: B1, 21 and 49. RGB value is (177,33,73). Sum of RGB (Red+Green+Blue) = 177+33+73=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B12149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12149 is #4EDEB6. Grayscale: #505050. Windows color (decimal): -5168823 or 4792753. OLE color: 4792753.

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

Color convert

RGB 177 33 73 -
CMYK 0 0.81 0.59 0.31
HSL 343.33º 0.69% 0.41% -
HSV(B) 343.33º 0.81% 0.69% -
XYZ 19.88 10.92 7.36 -
YUV 80.62 123.71 196.75 -
System Red Green Blue C M Y K H S L
Decimal 177 33 73 0 0.81 0.59 0.31 343.33 0.69 0.41
Hex B1 21 49 0 51 3B 1F 157 45 29
Octal 261 41 111 0 121 73 37 527 105 51
Binary 10110001 100001 1001001 0 1010001 111011 11111 101010111 1000101 101001

Color Harmonies of #B12149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12149

Black with #B12149

Text Example


Text Example

White with #B12149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12149; }

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

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

background-color css

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

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

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

border-color css

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

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

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