#B3293F

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

Shades of Old Rose #B3293F

Tints of Old Rose #B3293F

Color information

#B3293F (or 0xB3293F) is unknown color: approx Old Rose. HEX triplet: B3, 29 and 3F. RGB value is (179,41,63). Sum of RGB (Red+Green+Blue) = 179+41+63=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B3293F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3293F is #4CD6C0. Grayscale: #545454. Windows color (decimal): -5035713 or 4139443. OLE color: 4139443.

HSL color Cylindrical-coordinate representation of color #B3293F: hue angle of 350.43º 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 #B3293F is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB1794163-
CMYK00.770.650.30
HSL350.43º62.73%43.14%-
HSV(B)350.43º77.09%70.2%-
XYZ20.2811.535.86-
YUV84.77115.72195.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.25%
GREEN value IS 41 (16.41% from 255) = 14.49%
BLUE value IS 63 (25% from 255) = 22.26%
R=63.25%
G=14.49%
B=22.26%

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
Decimal179416300.770.650.30350.4362.7343.14
HexB3293F04D411E15e3f2b
Octal26351770115101365367753
Binary1011001110100111111101001101100000111110101011110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3293F; }

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

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

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

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

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

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

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

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