#2A0B11

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

Shades of Rustic Red #2A0B11

Tints of Rustic Red #2A0B11

Color information

#2A0B11 (or 0x2A0B11) is unknown color: approx Rustic Red. HEX triplet: 2A, 0B and 11. RGB value is (42,11,17). Sum of RGB (Red+Green+Blue) = 42+11+17=70 (9% of max value = 765). Red value is 42 (16.80% from 255 or 60% from 70); Green value is 11 (4.69% from 255 or 15.71% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0B11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0B11 is #D5F4EE. Grayscale: #141414. Windows color (decimal): -14021871 or 1116970. OLE color: 1116970.

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

Color convert

RGB421117-
CMYK00.740.600.84
HSL348.39º58.49%10.39%-
HSV(B)348.39º73.81%16.47%-
XYZ1.180.770.62-
YUV20.95125.77143.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 60%
GREEN value IS 11 (4.69% from 255) = 15.71%
BLUE value IS 17 (7.03% from 255) = 24.29%
R=60%
G=15.71%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42111700.740.600.84348.3958.4910.39
Hex2AB1104A3C5415c3aa
Octal5213210112741245347212
Binary1010101011100010100101011110010101001010111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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