#400117

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

Shades of Rustic Red #400117

Tints of Rustic Red #400117

Color information

#400117 (or 0x400117) is unknown color: approx Rustic Red. HEX triplet: 40, 01 and 17. RGB value is (64,1,23). Sum of RGB (Red+Green+Blue) = 64+1+23=88 (11% of max value = 765). Red value is 64 (25.39% from 255 or 72.73% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 64 - color contains mainly: red. Hex color #400117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400117 is #BFFEE8. Grayscale: #161616. Windows color (decimal): -12582633 or 1507648. OLE color: 1507648.

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

Color convert

RGB64123-
CMYK00.980.640.75
HSL339.05º96.92%12.75%-
HSV(B)339.05º98.44%25.1%-
XYZ2.281.170.92-
YUV22.34128.37157.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 72.73%
GREEN value IS 1 (0.78% from 255) = 1.14%
BLUE value IS 23 (9.38% from 255) = 26.14%
R=72.73%
G=1.14%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6412300.980.640.75339.0596.9212.75
Hex40117062404B15361d
Octal100127014210011352314115
Binary1000000110111011000101000000100101110101001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400117; }

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

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

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

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

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

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

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

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