#42080A

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

Shades of Rustic Red #42080A

Tints of Rustic Red #42080A

Color information

#42080A (or 0x42080A) is unknown color: approx Rustic Red. HEX triplet: 42, 08 and 0A. RGB value is (66,8,10). Sum of RGB (Red+Green+Blue) = 66+8+10=84 (11% of max value = 765). Red value is 66 (26.17% from 255 or 78.57% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 66 - color contains mainly: red. Hex color #42080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42080A is #BDF7F5. Grayscale: #191919. Windows color (decimal): -12449782 or 657474. OLE color: 657474.

HSL color Cylindrical-coordinate representation of color #42080A: hue angle of 357.93º 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 #42080A is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.74.

Color convert

RGB66810-
CMYK00.880.850.74
HSL357.93º78.38%14.51%-
HSV(B)357.93º87.88%25.88%-
XYZ2.391.350.42-
YUV25.57119.22156.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 78.57%
GREEN value IS 8 (3.52% from 255) = 9.52%
BLUE value IS 10 (4.30% from 255) = 11.90%
R=78.57%
G=9.52%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.85
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6681000.880.850.74357.9378.3814.51
Hex428A058554A1664ef
Octal1021012013012511254611617
Binary100001010001010010110001010101100101010110011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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