#40080A

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

Shades of Rustic Red #40080A

Tints of Rustic Red #40080A

Color information

#40080A (or 0x40080A) is unknown color: approx Rustic Red. HEX triplet: 40, 08 and 0A. RGB value is (64,8,10). Sum of RGB (Red+Green+Blue) = 64+8+10=82 (10% of max value = 765). Red value is 64 (25.39% from 255 or 78.05% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 64 - color contains mainly: red. Hex color #40080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40080A is #BFF7F5. Grayscale: #191919. Windows color (decimal): -12580854 or 657472. OLE color: 657472.

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

Color convert

RGB64810-
CMYK00.870.840.75
HSL357.86º77.78%14.12%-
HSV(B)357.86º87.5%25.1%-
XYZ2.261.290.42-
YUV24.97119.55155.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 78.05%
GREEN value IS 8 (3.52% from 255) = 9.76%
BLUE value IS 10 (4.30% from 255) = 12.20%
R=78.05%
G=9.76%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6481000.870.840.75357.8677.7814.12
Hex408A057544B1664ee
Octal1001012012712411354611616
Binary100000010001010010101111010100100101110110011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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