Html Css Color HEX #B12251 Old Rose

📋 copy color: '#B12251'

red 177 ◦ green 34 ◦ blue 81

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

Shades of Old Rose #B12251

Tints of Old Rose #B12251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.64%

 BLUE value IS 81 (32.03% from 255) = 27.74%

R = 60.62%
G = 11.64%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B12251 (or 0xB12251) is known color: Old Rose. HEX triplet: B1, 22 and 51. RGB value is (177,34,81). Sum of RGB (Red+Green+Blue) = 177+34+81=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B12251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12251 is #4EDDAE. Grayscale: #525252. Windows color (decimal): -5168559 or 5317297. OLE color: 5317297.

HSL color Cylindrical-coordinate representation of color #B12251: hue angle of 340.28º degrees, saturation: 0.68, 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 #B12251 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 34 81 -
CMYK 0 0.81 0.54 0.31
HSL 340.28º 0.68% 0.41% -
HSV(B) 340.28º 0.81% 0.69% -
XYZ 20.19 11.09 8.86 -
YUV 82.12 127.38 195.68 -
System Red Green Blue C M Y K H S L
Decimal 177 34 81 0 0.81 0.54 0.31 340.28 0.68 0.41
Hex B1 22 51 0 51 36 1F 154 44 29
Octal 261 42 121 0 121 66 37 524 104 51
Binary 10110001 100010 1010001 0 1010001 110110 11111 101010100 1000100 101001

Color Harmonies of #B12251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12251

Black with #B12251

Text Example


Text Example

White with #B12251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12251; }

 p { color: rgb(177,34,81); }

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

background-color css

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

 a { background-color: rgb(177,34,81); }

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

border-color css

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

 span { border-color: rgb(177,34,81); }

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