#400C16

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

Shades of Rustic Red #400C16

Tints of Rustic Red #400C16

Color information

#400C16 (or 0x400C16) is unknown color: approx Rustic Red. HEX triplet: 40, 0C and 16. RGB value is (64,12,22). Sum of RGB (Red+Green+Blue) = 64+12+22=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #400C16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400C16 is #BFF3E9. Grayscale: #1C1C1C. Windows color (decimal): -12579818 or 1444928. OLE color: 1444928.

HSL color Cylindrical-coordinate representation of color #400C16: hue angle of 348.46º 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 #400C16 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB641222-
CMYK00.810.660.75
HSL348.46º68.42%14.9%-
HSV(B)348.46º81.25%25.1%-
XYZ2.391.410.91-
YUV28.69124.23153.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 65.31%
GREEN value IS 12 (5.08% from 255) = 12.24%
BLUE value IS 22 (8.98% from 255) = 22.45%
R=65.31%
G=12.24%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64122200.810.660.75348.4668.4214.9
Hex40C16051424B15c44f
Octal1001426012110211353410417
Binary1000000110010110010100011000010100101110101110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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