#B2293F

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

Shades of Old Rose #B2293F

Tints of Old Rose #B2293F

Color information

#B2293F (or 0xB2293F) is unknown color: approx Old Rose. HEX triplet: B2, 29 and 3F. RGB value is (178,41,63). Sum of RGB (Red+Green+Blue) = 178+41+63=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B2293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2293F is #4DD6C0. Grayscale: #545454. Windows color (decimal): -5101249 or 4139442. OLE color: 4139442.

HSL color Cylindrical-coordinate representation of color #B2293F: hue angle of 350.36º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2293F is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB1784163-
CMYK00.770.650.30
HSL350.36º62.56%42.94%-
HSV(B)350.36º76.97%69.8%-
XYZ20.0511.415.85-
YUV84.47115.89194.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.12%
GREEN value IS 41 (16.41% from 255) = 14.54%
BLUE value IS 63 (25% from 255) = 22.34%
R=63.12%
G=14.54%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178416300.770.650.30350.3662.5642.94
HexB2293F04D411E15e3f2b
Octal26251770115101365367753
Binary1011001010100111111101001101100000111110101011110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2293F; }

 p { color: rgb(178,41,63); }

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

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

 a { background-color: rgb(178,41,63); }

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

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

 span { border-color: rgb(178,41,63); }

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