#451317

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

Shades of Rustic Red #451317

Tints of Rustic Red #451317

Color information

#451317 (or 0x451317) is unknown color: approx Rustic Red. HEX triplet: 45, 13 and 17. RGB value is (69,19,23). Sum of RGB (Red+Green+Blue) = 69+19+23=111 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.16% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 69 - color contains mainly: red. Hex color #451317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451317 is #BAECE8. Grayscale: #222222. Windows color (decimal): -12250345 or 1512261. OLE color: 1512261.

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

Color convert

RGB691923-
CMYK00.720.670.73
HSL355.2º56.82%17.25%-
HSV(B)355.2º72.46%27.06%-
XYZ2.841.791.01-
YUV34.41121.56152.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 62.16%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 23 (9.38% from 255) = 20.72%
R=62.16%
G=17.12%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69192300.720.670.73355.256.8217.25
Hex45131704843491633911
Octal105232701101031115437121
Binary10001011001110111010010001000011100100110110001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451317; }

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

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

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

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

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

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

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

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