#2D0F11

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

Shades of Rustic Red #2D0F11

Tints of Rustic Red #2D0F11

Color information

#2D0F11 (or 0x2D0F11) is unknown color: approx Rustic Red. HEX triplet: 2D, 0F and 11. RGB value is (45,15,17). Sum of RGB (Red+Green+Blue) = 45+15+17=77 (10% of max value = 765). Red value is 45 (17.97% from 255 or 58.44% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0F11 is #D2F0EE. Grayscale: #181818. Windows color (decimal): -13824239 or 1117997. OLE color: 1117997.

HSL color Cylindrical-coordinate representation of color #2D0F11: hue angle of 356º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D0F11 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.82.

Color convert

RGB451517-
CMYK00.670.620.82
HSL356º50%11.76%-
HSV(B)356º66.67%17.65%-
XYZ1.350.940.64-
YUV24.2123.94142.84-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 58.44%
GREEN value IS 15 (6.25% from 255) = 19.48%
BLUE value IS 17 (7.03% from 255) = 22.08%
R=58.44%
G=19.48%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45151700.670.620.823565011.76
Hex2DF110433E5216432c
Octal5517210103761225446214
Binary1011011111100010100001111111010100101011001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,15,17); }

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

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

 a { background-color: rgb(45,15,17); }

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

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

 span { border-color: rgb(45,15,17); }

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