#42080B

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

Shades of Rustic Red #42080B

Tints of Rustic Red #42080B

Color information

#42080B (or 0x42080B) is unknown color: approx Rustic Red. HEX triplet: 42, 08 and 0B. RGB value is (66,8,11). Sum of RGB (Red+Green+Blue) = 66+8+11=85 (11% of max value = 765). Red value is 66 (26.17% from 255 or 77.65% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 66 - color contains mainly: red. Hex color #42080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42080B is #BDF7F4. Grayscale: #191919. Windows color (decimal): -12449781 or 723010. OLE color: 723010.

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

Color convert

RGB66811-
CMYK00.880.830.74
HSL356.9º78.38%14.51%-
HSV(B)356.9º87.88%25.88%-
XYZ2.391.360.45-
YUV25.68119.72156.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 77.65%
GREEN value IS 8 (3.52% from 255) = 9.41%
BLUE value IS 11 (4.69% from 255) = 12.94%
R=77.65%
G=9.41%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6681100.880.830.74356.978.3814.51
Hex428B058534A1654ef
Octal1021013013012311254511617
Binary100001010001011010110001010011100101010110010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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