#450315

Color #450315 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #450315

Tints of Rustic Red #450315

Color information

#450315 (or 0x450315) is unknown color: approx Rustic Red. HEX triplet: 45, 03 and 15. RGB value is (69,3,21). Sum of RGB (Red+Green+Blue) = 69+3+21=93 (12% of max value = 765). Red value is 69 (27.34% from 255 or 74.19% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 69 - color contains mainly: red. Hex color #450315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450315 is #BAFCEA. Grayscale: #181818. Windows color (decimal): -12254443 or 1377093. OLE color: 1377093.

HSL color Cylindrical-coordinate representation of color #450315: hue angle of 343.64º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450315 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB69321-
CMYK00.960.700.73
HSL343.64º91.67%14.12%-
HSV(B)343.64º95.65%27.06%-
XYZ2.621.380.84-
YUV24.79125.87159.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 74.19%
GREEN value IS 3 (1.56% from 255) = 3.23%
BLUE value IS 21 (8.59% from 255) = 22.58%
R=74.19%
G=3.23%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6932100.960.700.73343.6491.6714.12
Hex4531506046491585ce
Octal105325014010611153013416
Binary10001011110101011000001000110100100110101100010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450315; }

 p { color: rgb(69,3,21); }

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

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

 a { background-color: rgb(69,3,21); }

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

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

 span { border-color: rgb(69,3,21); }

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