#2A040F

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

Shades of Rustic Red #2A040F

Tints of Rustic Red #2A040F

Color information

#2A040F (or 0x2A040F) is unknown color: approx Rustic Red. HEX triplet: 2A, 04 and 0F. RGB value is (42,4,15). Sum of RGB (Red+Green+Blue) = 42+4+15=61 (8% of max value = 765). Red value is 42 (16.80% from 255 or 68.85% from 61); Green value is 4 (1.95% from 255 or 6.56% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 42 - color contains mainly: red. Hex color #2A040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A040F is #D5FBF0. Grayscale: #101010. Windows color (decimal): -14023665 or 984106. OLE color: 984106.

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

Color convert

RGB42415-
CMYK00.900.640.84
HSL342.63º82.61%9.02%-
HSV(B)342.63º90.48%16.47%-
XYZ1.080.610.51-
YUV16.62127.09146.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 68.85%
GREEN value IS 4 (1.95% from 255) = 6.56%
BLUE value IS 15 (6.25% from 255) = 24.59%
R=68.85%
G=6.56%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4241500.900.640.84342.6382.619.02
Hex2A4F05A4054157539
Octal52417013210012452712311
Binary1010101001111010110101000000101010010101011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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