#2A0D10

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

Shades of Rustic Red #2A0D10

Tints of Rustic Red #2A0D10

Color information

#2A0D10 (or 0x2A0D10) is unknown color: approx Rustic Red. HEX triplet: 2A, 0D and 10. RGB value is (42,13,16). Sum of RGB (Red+Green+Blue) = 42+13+16=71 (9% of max value = 765). Red value is 42 (16.80% from 255 or 59.15% from 71); Green value is 13 (5.47% from 255 or 18.31% from 71); Blue value is 16 (6.64% from 255 or 22.54% from 71); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0D10 is #D5F2EF. Grayscale: #161616. Windows color (decimal): -14021360 or 1051946. OLE color: 1051946.

HSL color Cylindrical-coordinate representation of color #2A0D10: hue angle of 353.79º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A0D10 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB421316-
CMYK00.690.620.84
HSL353.79º52.73%10.78%-
HSV(B)353.79º69.05%16.47%-
XYZ1.190.820.59-
YUV22.01124.61142.26-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 59.15%
GREEN value IS 13 (5.47% from 255) = 18.31%
BLUE value IS 16 (6.64% from 255) = 22.54%
R=59.15%
G=18.31%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42131600.690.620.84353.7952.7310.78
Hex2AD100453E5416235b
Octal5215200105761245426513
Binary1010101101100000100010111111010101001011000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,13,16); }

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

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

 a { background-color: rgb(42,13,16); }

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

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

 span { border-color: rgb(42,13,16); }

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