#2A0511

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

Shades of Rustic Red #2A0511

Tints of Rustic Red #2A0511

Color information

#2A0511 (or 0x2A0511) is unknown color: approx Rustic Red. HEX triplet: 2A, 05 and 11. RGB value is (42,5,17). Sum of RGB (Red+Green+Blue) = 42+5+17=64 (8% of max value = 765). Red value is 42 (16.80% from 255 or 65.62% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0511 is #D5FAEE. Grayscale: #111111. Windows color (decimal): -14023407 or 1115434. OLE color: 1115434.

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

Color convert

RGB42517-
CMYK00.880.600.84
HSL340.54º78.72%9.22%-
HSV(B)340.54º88.1%16.47%-
XYZ1.110.640.6-
YUV17.43127.76145.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 65.62%
GREEN value IS 5 (2.34% from 255) = 7.81%
BLUE value IS 17 (7.03% from 255) = 26.56%
R=65.62%
G=7.81%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4251700.880.600.84340.5478.729.22
Hex2A5110583C541554f9
Octal5252101307412452511711
Binary1010101011000101011000111100101010010101010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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