#451417

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

Shades of Rustic Red #451417

Tints of Rustic Red #451417

Color information

#451417 (or 0x451417) is unknown color: approx Rustic Red. HEX triplet: 45, 14 and 17. RGB value is (69,20,23). Sum of RGB (Red+Green+Blue) = 69+20+23=112 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.61% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 69 - color contains mainly: red. Hex color #451417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451417 is #BAEBE8. Grayscale: #232323. Windows color (decimal): -12250089 or 1512517. OLE color: 1512517.

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

Color convert

RGB692023-
CMYK00.710.670.73
HSL356.33º55.06%17.45%-
HSV(B)356.33º71.01%27.06%-
XYZ2.861.831.01-
YUV34.99121.23152.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 61.61%
GREEN value IS 20 (8.20% from 255) = 17.86%
BLUE value IS 23 (9.38% from 255) = 20.54%
R=61.61%
G=17.86%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69202300.710.670.73356.3355.0617.45
Hex45141704743491643711
Octal105242701071031115446721
Binary10001011010010111010001111000011100100110110010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451417; }

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

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

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

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

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

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

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

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