#2A040C

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

Shades of Rustic Red #2A040C

Tints of Rustic Red #2A040C

Color information

#2A040C (or 0x2A040C) is unknown color: approx Rustic Red. HEX triplet: 2A, 04 and 0C. RGB value is (42,4,12). Sum of RGB (Red+Green+Blue) = 42+4+12=58 (7% of max value = 765). Red value is 42 (16.80% from 255 or 72.41% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 12 (5.08% from 255 or 20.69% from 58); Max value from RGB is 42 - color contains mainly: red. Hex color #2A040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A040C is #D5FBF3. Grayscale: #101010. Windows color (decimal): -14023668 or 787498. OLE color: 787498.

HSL color Cylindrical-coordinate representation of color #2A040C: hue angle of 347.37º 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 #2A040C is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB42412-
CMYK00.900.710.84
HSL347.37º82.61%9.02%-
HSV(B)347.37º90.48%16.47%-
XYZ1.060.610.41-
YUV16.27125.59146.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 72.41%
GREEN value IS 4 (1.95% from 255) = 6.90%
BLUE value IS 12 (5.08% from 255) = 20.69%
R=72.41%
G=6.90%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4241200.900.710.84347.3782.619.02
Hex2A4C05A475415b539
Octal52414013210712453312311
Binary1010101001100010110101000111101010010101101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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