#451617

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

Shades of Rustic Red #451617

Tints of Rustic Red #451617

Color information

#451617 (or 0x451617) is unknown color: approx Rustic Red. HEX triplet: 45, 16 and 17. RGB value is (69,22,23). Sum of RGB (Red+Green+Blue) = 69+22+23=114 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60.53% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 69 - color contains mainly: red. Hex color #451617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451617 is #BAE9E8. Grayscale: #242424. Windows color (decimal): -12249577 or 1513029. OLE color: 1513029.

HSL color Cylindrical-coordinate representation of color #451617: hue angle of 358.72º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #451617 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB692223-
CMYK00.680.670.73
HSL358.72º51.65%17.84%-
HSV(B)358.72º68.12%27.06%-
XYZ2.91.91.02-
YUV36.17120.57151.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 60.53%
GREEN value IS 22 (8.98% from 255) = 19.30%
BLUE value IS 23 (9.38% from 255) = 20.18%
R=60.53%
G=19.30%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69222300.680.670.73358.7251.6517.84
Hex45161704443491673412
Octal105262701041031115476422
Binary10001011011010111010001001000011100100110110011111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451617; }

 p { color: rgb(69,22,23); }

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

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

 a { background-color: rgb(69,22,23); }

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

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

 span { border-color: rgb(69,22,23); }

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