#450D11

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

Shades of Rustic Red #450D11

Tints of Rustic Red #450D11

Color information

#450D11 (or 0x450D11) is unknown color: approx Rustic Red. HEX triplet: 45, 0D and 11. RGB value is (69,13,17). Sum of RGB (Red+Green+Blue) = 69+13+17=99 (13% of max value = 765). Red value is 69 (27.34% from 255 or 69.70% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 69 - color contains mainly: red. Hex color #450D11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450D11 is #BAF2EE. Grayscale: #1E1E1E. Windows color (decimal): -12251887 or 1117509. OLE color: 1117509.

HSL color Cylindrical-coordinate representation of color #450D11: hue angle of 355.71º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #450D11 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB691317-
CMYK00.810.750.73
HSL355.71º68.29%16.08%-
HSV(B)355.71º81.16%27.06%-
XYZ2.71.590.7-
YUV30.2120.55155.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 69.70%
GREEN value IS 13 (5.47% from 255) = 13.13%
BLUE value IS 17 (7.03% from 255) = 17.17%
R=69.70%
G=13.13%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69131700.810.750.73355.7168.2916.08
Hex45D110514B491644410
Octal1051521012111311154410420
Binary10001011101100010101000110010111001001101100100100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450D11; }

 p { color: rgb(69,13,17); }

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

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

 a { background-color: rgb(69,13,17); }

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

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

 span { border-color: rgb(69,13,17); }

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