#400C17

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

Shades of Rustic Red #400C17

Tints of Rustic Red #400C17

Color information

#400C17 (or 0x400C17) is unknown color: approx Rustic Red. HEX triplet: 40, 0C and 17. RGB value is (64,12,23). Sum of RGB (Red+Green+Blue) = 64+12+23=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 23 (9.38% from 255 or 23.23% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #400C17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400C17 is #BFF3E8. Grayscale: #1C1C1C. Windows color (decimal): -12579817 or 1510464. OLE color: 1510464.

HSL color Cylindrical-coordinate representation of color #400C17: hue angle of 347.31º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #400C17 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB641223-
CMYK00.810.640.75
HSL347.31º68.42%14.9%-
HSV(B)347.31º81.25%25.1%-
XYZ2.41.410.96-
YUV28.8124.73153.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64.65%
GREEN value IS 12 (5.08% from 255) = 12.12%
BLUE value IS 23 (9.38% from 255) = 23.23%
R=64.65%
G=12.12%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64122300.810.640.75347.3168.4214.9
Hex40C17051404B15b44f
Octal1001427012110011353310417
Binary1000000110010111010100011000000100101110101101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400C17; }

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

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

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

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

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

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

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

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