#450D0E

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

Shades of Rustic Red #450D0E

Tints of Rustic Red #450D0E

Color information

#450D0E (or 0x450D0E) is unknown color: approx Rustic Red. HEX triplet: 45, 0D and 0E. RGB value is (69,13,14). Sum of RGB (Red+Green+Blue) = 69+13+14=96 (12% of max value = 765). Red value is 69 (27.34% from 255 or 71.88% from 96); Green value is 13 (5.47% from 255 or 13.54% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 69 - color contains mainly: red. Hex color #450D0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450D0E is #BAF2F1. Grayscale: #1D1D1D. Windows color (decimal): -12251890 or 920901. OLE color: 920901.

HSL color Cylindrical-coordinate representation of color #450D0E: hue angle of 358.93º 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 #450D0E is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB691314-
CMYK00.810.800.73
HSL358.93º68.29%16.08%-
HSV(B)358.93º81.16%27.06%-
XYZ2.681.580.58-
YUV29.86119.05155.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 71.88%
GREEN value IS 13 (5.47% from 255) = 13.54%
BLUE value IS 14 (5.86% from 255) = 14.58%
R=71.88%
G=13.54%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69131400.810.800.73358.9368.2916.08
Hex45DE05150491674410
Octal1051516012112011154710420
Binary1000101110111100101000110100001001001101100111100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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