#42080F

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

Shades of Rustic Red #42080F

Tints of Rustic Red #42080F

Color information

#42080F (or 0x42080F) is unknown color: approx Rustic Red. HEX triplet: 42, 08 and 0F. RGB value is (66,8,15). Sum of RGB (Red+Green+Blue) = 66+8+15=89 (11% of max value = 765). Red value is 66 (26.17% from 255 or 74.16% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 66 - color contains mainly: red. Hex color #42080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42080F is #BDF7F0. Grayscale: #1A1A1A. Windows color (decimal): -12449777 or 985154. OLE color: 985154.

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

Color convert

RGB66815-
CMYK00.880.770.74
HSL352.76º78.38%14.51%-
HSV(B)352.76º87.88%25.88%-
XYZ2.421.370.59-
YUV26.14121.72156.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 74.16%
GREEN value IS 8 (3.52% from 255) = 8.99%
BLUE value IS 15 (6.25% from 255) = 16.85%
R=74.16%
G=8.99%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6681500.880.770.74352.7678.3814.51
Hex428F0584D4A1614ef
Octal1021017013011511254111617
Binary100001010001111010110001001101100101010110000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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