#451718

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

Shades of Rustic Red #451718

Tints of Rustic Red #451718

Color information

#451718 (or 0x451718) is unknown color: approx Rustic Red. HEX triplet: 45, 17 and 18. RGB value is (69,23,24). Sum of RGB (Red+Green+Blue) = 69+23+24=116 (15% of max value = 765). Red value is 69 (27.34% from 255 or 59.48% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 69 - color contains mainly: red. Hex color #451718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451718 is #BAE8E7. Grayscale: #242424. Windows color (decimal): -12249320 or 1578821. OLE color: 1578821.

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

Color convert

RGB692324-
CMYK00.670.650.73
HSL358.7º50%18.04%-
HSV(B)358.7º66.67%27.06%-
XYZ2.931.941.09-
YUV36.87120.74150.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 59.48%
GREEN value IS 23 (9.38% from 255) = 19.83%
BLUE value IS 24 (9.77% from 255) = 20.69%
R=59.48%
G=19.83%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69232400.670.650.73358.75018.04
Hex45171804341491673212
Octal105273001031011115476222
Binary10001011011111000010000111000001100100110110011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451718; }

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

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

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

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

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

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

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

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