#B0244C

Color #B0244C Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B0244C

Tints of Old Rose #B0244C

Color information

#B0244C (or 0xB0244C) is unknown color: approx Old Rose. HEX triplet: B0, 24 and 4C. RGB value is (176,36,76). Sum of RGB (Red+Green+Blue) = 176+36+76=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B0244C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0244C is #4FDBB3. Grayscale: #525252. Windows color (decimal): -5233588 or 4990128. OLE color: 4990128.

HSL color Cylindrical-coordinate representation of color #B0244C: hue angle of 342.86º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0244C is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB1763676-
CMYK00.800.570.31
HSL342.86º66.04%41.57%-
HSV(B)342.86º79.55%69.02%-
XYZ19.8411.017.92-
YUV82.42124.38194.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.11%
GREEN value IS 36 (14.45% from 255) = 12.5%
BLUE value IS 76 (30.08% from 255) = 26.39%
R=61.11%
G=12.5%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176367600.800.570.31342.8666.0441.57
HexB0244C050391F157422a
Octal260441140120713752710252
Binary10110000100100100110001010000111001111111010101111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0244C; }

 p { color: rgb(176,36,76); }

 H1.HeaderClassName
 {
   color: #B0244C;
 }
 .AnyTagClassName
 {
   color: #B0244C;
 }
</style>
background-color css

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

 a { background-color: rgb(176,36,76); }

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

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

 span { border-color: rgb(176,36,76); }

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