#42060F

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

Shades of Rustic Red #42060F

Tints of Rustic Red #42060F

Color information

#42060F (or 0x42060F) is unknown color: approx Rustic Red. HEX triplet: 42, 06 and 0F. RGB value is (66,6,15). Sum of RGB (Red+Green+Blue) = 66+6+15=87 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75.86% from 87); Green value is 6 (2.73% from 255 or 6.90% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 66 - color contains mainly: red. Hex color #42060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42060F is #BDF9F0. Grayscale: #181818. Windows color (decimal): -12450289 or 984642. OLE color: 984642.

HSL color Cylindrical-coordinate representation of color #42060F: hue angle of 351º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42060F is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB66615-
CMYK00.910.770.74
HSL351º83.33%14.12%-
HSV(B)351º90.91%25.88%-
XYZ2.41.320.58-
YUV24.97122.38157.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 75.86%
GREEN value IS 6 (2.73% from 255) = 6.90%
BLUE value IS 15 (6.25% from 255) = 17.24%
R=75.86%
G=6.90%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6661500.910.770.7435183.3314.12
Hex426F05B4D4A15f53e
Octal102617013311511253712316
Binary10000101101111010110111001101100101010101111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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