#450A0E

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

Shades of Rustic Red #450A0E

Tints of Rustic Red #450A0E

Color information

#450A0E (or 0x450A0E) is unknown color: approx Rustic Red. HEX triplet: 45, 0A and 0E. RGB value is (69,10,14). Sum of RGB (Red+Green+Blue) = 69+10+14=93 (12% of max value = 765). Red value is 69 (27.34% from 255 or 74.19% from 93); Green value is 10 (4.30% from 255 or 10.75% from 93); Blue value is 14 (5.86% from 255 or 15.05% from 93); Max value from RGB is 69 - color contains mainly: red. Hex color #450A0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450A0E is #BAF5F1. Grayscale: #1C1C1C. Windows color (decimal): -12252658 or 920133. OLE color: 920133.

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

Color convert

RGB691014-
CMYK00.860.800.73
HSL355.93º74.68%15.49%-
HSV(B)355.93º85.51%27.06%-
XYZ2.641.510.57-
YUV28.1120.05157.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 74.19%
GREEN value IS 10 (4.30% from 255) = 10.75%
BLUE value IS 14 (5.86% from 255) = 15.05%
R=74.19%
G=10.75%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.80
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69101400.860.800.73355.9374.6815.49
Hex45AE05650491644bf
Octal1051216012612011154411317
Binary100010110101110010101101010000100100110110010010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,10,14); }

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

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

 a { background-color: rgb(69,10,14); }

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

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

 span { border-color: rgb(69,10,14); }

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