#B3304B

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

Shades of Old Rose #B3304B

Tints of Old Rose #B3304B

Color information

#B3304B (or 0xB3304B) is unknown color: approx Old Rose. HEX triplet: B3, 30 and 4B. RGB value is (179,48,75). Sum of RGB (Red+Green+Blue) = 179+48+75=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B3304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3304B is #4CCFB4. Grayscale: #5A5A5A. Windows color (decimal): -5033909 or 4927667. OLE color: 4927667.

HSL color Cylindrical-coordinate representation of color #B3304B: hue angle of 347.63º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B3304B is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB1794875-
CMYK00.730.580.30
HSL347.63º57.71%44.51%-
HSV(B)347.63º73.18%70.2%-
XYZ20.9212.217.91-
YUV90.25119.4191.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.27%
GREEN value IS 48 (19.14% from 255) = 15.89%
BLUE value IS 75 (29.69% from 255) = 24.83%
R=59.27%
G=15.89%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179487500.730.580.30347.6357.7144.51
HexB3304B0493A1E15c3a2d
Octal26360113011172365347255
Binary1011001111000010010110100100111101011110101011100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3304B; }

 p { color: rgb(179,48,75); }

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

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

 a { background-color: rgb(179,48,75); }

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

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

 span { border-color: rgb(179,48,75); }

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