#2D000D

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

Shades of Rustic Red #2D000D

Tints of Rustic Red #2D000D

Color information

#2D000D (or 0x2D000D) is unknown color: approx Rustic Red. HEX triplet: 2D, 00 and 0D. RGB value is (45,0,13). Sum of RGB (Red+Green+Blue) = 45+0+13=58 (7% of max value = 765). Red value is 45 (17.97% from 255 or 77.59% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 45 - color contains mainly: red. Hex color #2D000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D000D is #D2FFF2. Grayscale: #0E0E0E. Windows color (decimal): -13828083 or 852013. OLE color: 852013.

HSL color Cylindrical-coordinate representation of color #2D000D: hue angle of 342.67º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D000D is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.82.

Color convert

RGB45013-
CMYK010.710.82
HSL342.67º100%8.82%-
HSV(B)342.67º100%17.65%-
XYZ1.150.590.43-
YUV14.94126.91149.44-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 77.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 22.41%
R=77.59%
G=0%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45013010.710.82342.671008.82
Hex2D0D0644752157649
Octal55015014410712252714411
Binary10110101101011001001000111101001010101011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,0,13); }

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

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

 a { background-color: rgb(45,0,13); }

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

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

 span { border-color: rgb(45,0,13); }

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