#2D040A

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

Shades of Rustic Red #2D040A

Tints of Rustic Red #2D040A

Color information

#2D040A (or 0x2D040A) is unknown color: approx Rustic Red. HEX triplet: 2D, 04 and 0A. RGB value is (45,4,10). Sum of RGB (Red+Green+Blue) = 45+4+10=59 (7% of max value = 765). Red value is 45 (17.97% from 255 or 76.27% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 10 (4.30% from 255 or 16.95% from 59); Max value from RGB is 45 - color contains mainly: red. Hex color #2D040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D040A is #D2FBF5. Grayscale: #101010. Windows color (decimal): -13827062 or 656429. OLE color: 656429.

HSL color Cylindrical-coordinate representation of color #2D040A: hue angle of 351.22º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D040A is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.82.

Color convert

RGB45410-
CMYK00.910.780.82
HSL351.22º83.67%9.61%-
HSV(B)351.22º91.11%17.65%-
XYZ1.180.670.35-
YUV16.94124.08148.01-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 76.27%
GREEN value IS 4 (1.95% from 255) = 6.78%
BLUE value IS 10 (4.30% from 255) = 16.95%
R=76.27%
G=6.78%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.78
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4541000.910.780.82351.2283.679.61
Hex2D4A05B4E5215f54a
Octal55412013311612253712412
Binary1011011001010010110111001110101001010101111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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