#40060A

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

Shades of Rustic Red #40060A

Tints of Rustic Red #40060A

Color information

#40060A (or 0x40060A) is unknown color: approx Rustic Red. HEX triplet: 40, 06 and 0A. RGB value is (64,6,10). Sum of RGB (Red+Green+Blue) = 64+6+10=80 (10% of max value = 765). Red value is 64 (25.39% from 255 or 80% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 64 - color contains mainly: red. Hex color #40060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40060A is #BFF9F5. Grayscale: #171717. Windows color (decimal): -12581366 or 656960. OLE color: 656960.

HSL color Cylindrical-coordinate representation of color #40060A: hue angle of 355.86º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40060A is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB64610-
CMYK00.910.840.75
HSL355.86º82.86%13.73%-
HSV(B)355.86º90.62%25.1%-
XYZ2.231.240.41-
YUV23.8120.22156.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 80%
GREEN value IS 6 (2.73% from 255) = 7.5%
BLUE value IS 10 (4.30% from 255) = 12.5%
R=80%
G=7.5%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6461000.910.840.75355.8682.8613.73
Hex406A05B544B16453e
Octal100612013312411354412316
Binary10000001101010010110111010100100101110110010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40060A; }

 p { color: rgb(64,6,10); }

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

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

 a { background-color: rgb(64,6,10); }

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

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

 span { border-color: rgb(64,6,10); }

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