Html Css Color HEX #B12256 Old Rose

📋 copy color: '#B12256'

red 177 ◦ green 34 ◦ blue 86

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

Shades of Old Rose #B12256

Tints of Old Rose #B12256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.96%

R = 59.6%
G = 11.45%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B12256 (or 0xB12256) is known color: Old Rose. HEX triplet: B1, 22 and 56. RGB value is (177,34,86). Sum of RGB (Red+Green+Blue) = 177+34+86=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B12256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12256 is #4EDDA9. Grayscale: #525252. Windows color (decimal): -5168554 or 5644977. OLE color: 5644977.

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

Color convert

RGB 177 34 86 -
CMYK 0 0.81 0.51 0.31
HSL 338.18º 0.68% 0.41% -
HSV(B) 338.18º 0.81% 0.69% -
XYZ 20.38 11.16 9.88 -
YUV 82.69 129.88 195.27 -
System Red Green Blue C M Y K H S L
Decimal 177 34 86 0 0.81 0.51 0.31 338.18 0.68 0.41
Hex B1 22 56 0 51 33 1F 152 44 29
Octal 261 42 126 0 121 63 37 522 104 51
Binary 10110001 100010 1010110 0 1010001 110011 11111 101010010 1000100 101001

Color Harmonies of #B12256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12256

Black with #B12256

Text Example


Text Example

White with #B12256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12256; }

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

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

background-color css

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

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

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

border-color css

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

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

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