#2A040A

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

Shades of Rustic Red #2A040A

Tints of Rustic Red #2A040A

Color information

#2A040A (or 0x2A040A) is unknown color: approx Rustic Red. HEX triplet: 2A, 04 and 0A. RGB value is (42,4,10). Sum of RGB (Red+Green+Blue) = 42+4+10=56 (7% of max value = 765). Red value is 42 (16.80% from 255 or 75% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 10 (4.30% from 255 or 17.86% from 56); Max value from RGB is 42 - color contains mainly: red. Hex color #2A040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A040A is #D5FBF5. Grayscale: #101010. Windows color (decimal): -14023670 or 656426. OLE color: 656426.

HSL color Cylindrical-coordinate representation of color #2A040A: hue angle of 350.53º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A040A is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.84.

Color convert

RGB42410-
CMYK00.900.760.84
HSL350.53º82.61%9.02%-
HSV(B)350.53º90.48%16.47%-
XYZ1.050.60.35-
YUV16.05124.59146.51-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 75%
GREEN value IS 4 (1.95% from 255) = 7.14%
BLUE value IS 10 (4.30% from 255) = 17.86%
R=75%
G=7.14%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4241000.900.760.84350.5382.619.02
Hex2A4A05A4C5415f539
Octal52412013211412453712311
Binary1010101001010010110101001100101010010101111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,4,10); }

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

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

 a { background-color: rgb(42,4,10); }

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

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

 span { border-color: rgb(42,4,10); }

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