#2D020D

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

Shades of Rustic Red #2D020D

Tints of Rustic Red #2D020D

Color information

#2D020D (or 0x2D020D) is unknown color: approx Rustic Red. HEX triplet: 2D, 02 and 0D. RGB value is (45,2,13). Sum of RGB (Red+Green+Blue) = 45+2+13=60 (7% of max value = 765). Red value is 45 (17.97% from 255 or 75% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 45 - color contains mainly: red. Hex color #2D020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D020D is #D2FDF2. Grayscale: #101010. Windows color (decimal): -13827571 or 852525. OLE color: 852525.

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

Color convert

RGB45213-
CMYK00.960.710.82
HSL344.65º91.49%9.22%-
HSV(B)344.65º95.56%17.65%-
XYZ1.180.630.44-
YUV16.11126.25148.61-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 75%
GREEN value IS 2 (1.17% from 255) = 3.33%
BLUE value IS 13 (5.47% from 255) = 21.67%
R=75%
G=3.33%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4521300.960.710.82344.6591.499.22
Hex2D2D06047521595b9
Octal55215014010712253113311
Binary101101101101011000001000111101001010101100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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