#42070D

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

Shades of Rustic Red #42070D

Tints of Rustic Red #42070D

Color information

#42070D (or 0x42070D) is unknown color: approx Rustic Red. HEX triplet: 42, 07 and 0D. RGB value is (66,7,13). Sum of RGB (Red+Green+Blue) = 66+7+13=86 (11% of max value = 765). Red value is 66 (26.17% from 255 or 76.74% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 66 - color contains mainly: red. Hex color #42070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42070D is #BDF8F2. Grayscale: #191919. Windows color (decimal): -12450035 or 853826. OLE color: 853826.

HSL color Cylindrical-coordinate representation of color #42070D: hue angle of 353.9º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42070D is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB66713-
CMYK00.890.800.74
HSL353.9º80.82%14.31%-
HSV(B)353.9º89.39%25.88%-
XYZ2.41.340.51-
YUV25.32121.05157.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 76.74%
GREEN value IS 7 (3.12% from 255) = 8.14%
BLUE value IS 13 (5.47% from 255) = 15.12%
R=76.74%
G=8.14%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6671300.890.800.74353.980.8214.31
Hex427D059504A16251e
Octal102715013112011254212116
Binary10000101111101010110011010000100101010110001010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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