#40070A

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

Shades of Rustic Red #40070A

Tints of Rustic Red #40070A

Color information

#40070A (or 0x40070A) is unknown color: approx Rustic Red. HEX triplet: 40, 07 and 0A. RGB value is (64,7,10). Sum of RGB (Red+Green+Blue) = 64+7+10=81 (10% of max value = 765). Red value is 64 (25.39% from 255 or 79.01% from 81); Green value is 7 (3.12% from 255 or 8.64% from 81); Blue value is 10 (4.30% from 255 or 12.35% from 81); Max value from RGB is 64 - color contains mainly: red. Hex color #40070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40070A is #BFF8F5. Grayscale: #181818. Windows color (decimal): -12581110 or 657216. OLE color: 657216.

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

Color convert

RGB64710-
CMYK00.890.840.75
HSL356.84º80.28%13.92%-
HSV(B)356.84º89.06%25.1%-
XYZ2.251.260.41-
YUV24.38119.88156.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 79.01%
GREEN value IS 7 (3.12% from 255) = 8.64%
BLUE value IS 10 (4.30% from 255) = 12.35%
R=79.01%
G=8.64%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6471000.890.840.75356.8480.2813.92
Hex407A059544B16550e
Octal100712013112411354512016
Binary10000001111010010110011010100100101110110010110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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