#B2374C

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

Shades of Old Rose #B2374C

Tints of Old Rose #B2374C

Color information

#B2374C (or 0xB2374C) is unknown color: approx Old Rose. HEX triplet: B2, 37 and 4C. RGB value is (178,55,76). Sum of RGB (Red+Green+Blue) = 178+55+76=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B2374C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2374C is #4DC8B3. Grayscale: #5E5E5E. Windows color (decimal): -5097652 or 4994994. OLE color: 4994994.

HSL color Cylindrical-coordinate representation of color #B2374C: hue angle of 349.76º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2374C is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB1785576-
CMYK00.690.570.30
HSL349.76º52.79%45.69%-
HSV(B)349.76º69.1%69.8%-
XYZ21.0312.728.18-
YUV94.17117.75187.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.61%
GREEN value IS 55 (21.88% from 255) = 17.80%
BLUE value IS 76 (30.08% from 255) = 24.60%
R=57.61%
G=17.80%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178557600.690.570.30349.7652.7945.69
HexB2374C045391E15e352e
Octal26267114010571365366556
Binary1011001011011110011000100010111100111110101011110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2374C; }

 p { color: rgb(178,55,76); }

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

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

 a { background-color: rgb(178,55,76); }

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

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

 span { border-color: rgb(178,55,76); }

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