#2A080B

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

Shades of Rustic Red #2A080B

Tints of Rustic Red #2A080B

Color information

#2A080B (or 0x2A080B) is unknown color: approx Rustic Red. HEX triplet: 2A, 08 and 0B. RGB value is (42,8,11). Sum of RGB (Red+Green+Blue) = 42+8+11=61 (8% of max value = 765). Red value is 42 (16.80% from 255 or 68.85% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 42 - color contains mainly: red. Hex color #2A080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A080B is #D5F7F4. Grayscale: #121212. Windows color (decimal): -14022645 or 722986. OLE color: 722986.

HSL color Cylindrical-coordinate representation of color #2A080B: hue angle of 354.71º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A080B is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.84.

Color convert

RGB42811-
CMYK00.810.740.84
HSL354.71º68%9.8%-
HSV(B)354.71º80.95%16.47%-
XYZ1.10.690.39-
YUV18.51123.76144.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 68.85%
GREEN value IS 8 (3.52% from 255) = 13.11%
BLUE value IS 11 (4.69% from 255) = 18.03%
R=68.85%
G=13.11%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4281100.810.740.84354.71689.8
Hex2A8B0514A5416344a
Octal521013012111212454310412
Binary10101010001011010100011001010101010010110001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A080B; }

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

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

<style>
 a { background-color: #2A080B; }

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

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

<style>
 span { border-color: #2A080B; }

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

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