#450913

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

Shades of Rustic Red #450913

Tints of Rustic Red #450913

Color information

#450913 (or 0x450913) is unknown color: approx Rustic Red. HEX triplet: 45, 09 and 13. RGB value is (69,9,19). Sum of RGB (Red+Green+Blue) = 69+9+19=97 (12% of max value = 765). Red value is 69 (27.34% from 255 or 71.13% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 69 - color contains mainly: red. Hex color #450913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450913 is #BAF6EC. Grayscale: #1C1C1C. Windows color (decimal): -12252909 or 1247557. OLE color: 1247557.

HSL color Cylindrical-coordinate representation of color #450913: hue angle of 350º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #450913 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB69919-
CMYK00.870.720.73
HSL350º76.92%15.29%-
HSV(B)350º86.96%27.06%-
XYZ2.671.510.77-
YUV28.08122.88157.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 71.13%
GREEN value IS 9 (3.91% from 255) = 9.28%
BLUE value IS 19 (7.81% from 255) = 19.59%
R=71.13%
G=9.28%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6991900.870.720.7335076.9215.29
Hex45913057484915e4df
Octal1051123012711011153611517
Binary1000101100110011010101111001000100100110101111010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450913; }

 p { color: rgb(69,9,19); }

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

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

 a { background-color: rgb(69,9,19); }

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

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

 span { border-color: rgb(69,9,19); }

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