#2D030D

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

Shades of Rustic Red #2D030D

Tints of Rustic Red #2D030D

Color information

#2D030D (or 0x2D030D) is unknown color: approx Rustic Red. HEX triplet: 2D, 03 and 0D. RGB value is (45,3,13). Sum of RGB (Red+Green+Blue) = 45+3+13=61 (8% of max value = 765). Red value is 45 (17.97% from 255 or 73.77% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 13 (5.47% from 255 or 21.31% from 61); Max value from RGB is 45 - color contains mainly: red. Hex color #2D030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D030D is #D2FCF2. Grayscale: #101010. Windows color (decimal): -13827315 or 852781. OLE color: 852781.

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

Color convert

RGB45313-
CMYK00.930.710.82
HSL345.71º87.5%9.41%-
HSV(B)345.71º93.33%17.65%-
XYZ1.190.650.44-
YUV16.7125.91148.19-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 73.77%
GREEN value IS 3 (1.56% from 255) = 4.92%
BLUE value IS 13 (5.47% from 255) = 21.31%
R=73.77%
G=4.92%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.71
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4531300.930.710.82345.7187.59.41
Hex2D3D05D475215a589
Octal55315013510712253213011
Binary101101111101010111011000111101001010101101010110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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