#2A010D

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

Shades of Rustic Red #2A010D

Tints of Rustic Red #2A010D

Color information

#2A010D (or 0x2A010D) is unknown color: approx Rustic Red. HEX triplet: 2A, 01 and 0D. RGB value is (42,1,13). Sum of RGB (Red+Green+Blue) = 42+1+13=56 (7% of max value = 765). Red value is 42 (16.80% from 255 or 75% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 13 (5.47% from 255 or 23.21% from 56); Max value from RGB is 42 - color contains mainly: red. Hex color #2A010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A010D is #D5FEF2. Grayscale: #0E0E0E. Windows color (decimal): -14024435 or 852266. OLE color: 852266.

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

Color convert

RGB42113-
CMYK00.980.690.84
HSL342.44º95.35%8.43%-
HSV(B)342.44º97.62%16.47%-
XYZ1.040.540.43-
YUV14.63127.08147.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 75%
GREEN value IS 1 (0.78% from 255) = 1.79%
BLUE value IS 13 (5.47% from 255) = 23.21%
R=75%
G=1.79%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4211300.980.690.84342.4495.358.43
Hex2A1D06245541565f8
Octal52115014210512452613710
Binary10101011101011000101000101101010010101011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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