#42070F

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

Shades of Rustic Red #42070F

Tints of Rustic Red #42070F

Color information

#42070F (or 0x42070F) is unknown color: approx Rustic Red. HEX triplet: 42, 07 and 0F. RGB value is (66,7,15). Sum of RGB (Red+Green+Blue) = 66+7+15=88 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 66 - color contains mainly: red. Hex color #42070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42070F is #BDF8F0. Grayscale: #191919. Windows color (decimal): -12450033 or 984898. OLE color: 984898.

HSL color Cylindrical-coordinate representation of color #42070F: hue angle of 351.86º 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 #42070F is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB66715-
CMYK00.890.770.74
HSL351.86º80.82%14.31%-
HSV(B)351.86º89.39%25.88%-
XYZ2.411.340.58-
YUV25.55122.05156.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 75%
GREEN value IS 7 (3.12% from 255) = 7.95%
BLUE value IS 15 (6.25% from 255) = 17.05%
R=75%
G=7.95%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6671500.890.770.74351.8680.8214.31
Hex427F0594D4A16051e
Octal102717013111511254012116
Binary10000101111111010110011001101100101010110000010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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