#450814

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

Shades of Rustic Red #450814

Tints of Rustic Red #450814

Color information

#450814 (or 0x450814) is unknown color: approx Rustic Red. HEX triplet: 45, 08 and 14. RGB value is (69,8,20). Sum of RGB (Red+Green+Blue) = 69+8+20=97 (12% of max value = 765). Red value is 69 (27.34% from 255 or 71.13% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 69 - color contains mainly: red. Hex color #450814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450814 is #BAF7EB. Grayscale: #1B1B1B. Windows color (decimal): -12253164 or 1312837. OLE color: 1312837.

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

Color convert

RGB69820-
CMYK00.880.710.73
HSL348.2º79.22%15.1%-
HSV(B)348.2º88.41%27.06%-
XYZ2.671.490.81-
YUV27.61123.71157.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 71.13%
GREEN value IS 8 (3.52% from 255) = 8.25%
BLUE value IS 20 (8.20% from 255) = 20.62%
R=71.13%
G=8.25%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6982000.880.710.73348.279.2215.1
Hex45814058474915c4ff
Octal1051024013010711153411717
Binary1000101100010100010110001000111100100110101110010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450814; }

 p { color: rgb(69,8,20); }

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

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

 a { background-color: rgb(69,8,20); }

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

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

 span { border-color: rgb(69,8,20); }

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