#40070D

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

Shades of Rustic Red #40070D

Tints of Rustic Red #40070D

Color information

#40070D (or 0x40070D) is unknown color: approx Rustic Red. HEX triplet: 40, 07 and 0D. RGB value is (64,7,13). Sum of RGB (Red+Green+Blue) = 64+7+13=84 (11% of max value = 765). Red value is 64 (25.39% from 255 or 76.19% from 84); Green value is 7 (3.12% from 255 or 8.33% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 64 - color contains mainly: red. Hex color #40070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40070D is #BFF8F2. Grayscale: #181818. Windows color (decimal): -12581107 or 853824. OLE color: 853824.

HSL color Cylindrical-coordinate representation of color #40070D: hue angle of 353.68º 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 #40070D is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB64713-
CMYK00.890.800.75
HSL353.68º80.28%13.92%-
HSV(B)353.68º89.06%25.1%-
XYZ2.261.270.51-
YUV24.73121.38156.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 76.19%
GREEN value IS 7 (3.12% from 255) = 8.33%
BLUE value IS 13 (5.47% from 255) = 15.48%
R=76.19%
G=8.33%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6471300.890.800.75353.6880.2813.92
Hex407D059504B16250e
Octal100715013112011354212016
Binary10000001111101010110011010000100101110110001010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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