#401517

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

Shades of Rustic Red #401517

Tints of Rustic Red #401517

Color information

#401517 (or 0x401517) is unknown color: approx Rustic Red. HEX triplet: 40, 15 and 17. RGB value is (64,21,23). Sum of RGB (Red+Green+Blue) = 64+21+23=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #401517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401517 is #BFEAE8. Grayscale: #222222. Windows color (decimal): -12577513 or 1512768. OLE color: 1512768.

HSL color Cylindrical-coordinate representation of color #401517: hue angle of 357.21º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #401517 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB642123-
CMYK00.670.640.75
HSL357.21º50.59%16.67%-
HSV(B)357.21º67.19%25.1%-
XYZ2.541.691-
YUV34.08121.75149.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.26%
GREEN value IS 21 (8.59% from 255) = 19.44%
BLUE value IS 23 (9.38% from 255) = 21.30%
R=59.26%
G=19.44%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64212300.670.640.75357.2150.5916.67
Hex401517043404B1653311
Octal100252701031001135456321
Binary10000001010110111010000111000000100101110110010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401517; }

 p { color: rgb(64,21,23); }

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

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

 a { background-color: rgb(64,21,23); }

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

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

 span { border-color: rgb(64,21,23); }

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