Html Css Color HEX #B12253 Old Rose

📋 copy color: '#B12253'

red 177 ◦ green 34 ◦ blue 83

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

Shades of Old Rose #B12253

Tints of Old Rose #B12253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.23%

R = 60.2%
G = 11.56%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B12253 (or 0xB12253) is known color: Old Rose. HEX triplet: B1, 22 and 53. RGB value is (177,34,83). Sum of RGB (Red+Green+Blue) = 177+34+83=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B12253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12253 is #4EDDAC. Grayscale: #525252. Windows color (decimal): -5168557 or 5448369. OLE color: 5448369.

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

Color convert

RGB 177 34 83 -
CMYK 0 0.81 0.53 0.31
HSL 339.44º 0.68% 0.41% -
HSV(B) 339.44º 0.81% 0.69% -
XYZ 20.26 11.12 9.26 -
YUV 82.34 128.38 195.52 -
System Red Green Blue C M Y K H S L
Decimal 177 34 83 0 0.81 0.53 0.31 339.44 0.68 0.41
Hex B1 22 53 0 51 35 1F 153 44 29
Octal 261 42 123 0 121 65 37 523 104 51
Binary 10110001 100010 1010011 0 1010001 110101 11111 101010011 1000100 101001

Color Harmonies of #B12253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12253

Black with #B12253

Text Example


Text Example

White with #B12253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12253; }

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

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

background-color css

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

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

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

border-color css

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

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

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