#B2394C

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

Shades of Old Rose #B2394C

Tints of Old Rose #B2394C

Color information

#B2394C (or 0xB2394C) is unknown color: approx Old Rose. HEX triplet: B2, 39 and 4C. RGB value is (178,57,76). Sum of RGB (Red+Green+Blue) = 178+57+76=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B2394C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2394C is #4DC6B3. Grayscale: #5F5F5F. Windows color (decimal): -5097140 or 4995506. OLE color: 4995506.

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

Color convert

RGB1785776-
CMYK00.680.570.30
HSL350.58º51.49%46.08%-
HSV(B)350.58º67.98%69.8%-
XYZ21.1312.918.22-
YUV95.34117.09186.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.23%
GREEN value IS 57 (22.66% from 255) = 18.33%
BLUE value IS 76 (30.08% from 255) = 24.44%
R=57.23%
G=18.33%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178577600.680.570.30350.5851.4946.08
HexB2394C044391E15f332e
Octal26271114010471365376356
Binary1011001011100110011000100010011100111110101011111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2394C; }

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

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

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

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

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

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

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

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