#1D0205

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

Shades of Rustic Red #1D0205

Tints of Rustic Red #1D0205

Color information

#1D0205 (or 0x1D0205) is unknown color: approx Rustic Red. HEX triplet: 1D, 02 and 05. RGB value is (29,2,5). Sum of RGB (Red+Green+Blue) = 29+2+5=36 (4% of max value = 765). Red value is 29 (11.72% from 255 or 80.56% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 5 (2.34% from 255 or 13.89% from 36); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0205 is #E2FDFA. Grayscale: #0A0A0A. Windows color (decimal): -14876155 or 328221. OLE color: 328221.

HSL color Cylindrical-coordinate representation of color #1D0205: hue angle of 353.33º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0205 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.89.

Color convert

RGB2925-
CMYK00.930.830.89
HSL353.33º87.1%6.08%-
HSV(B)353.33º93.1%11.37%-
XYZ0.560.320.18-
YUV10.42124.95141.26-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 80.56%
GREEN value IS 2 (1.17% from 255) = 5.56%
BLUE value IS 5 (2.34% from 255) = 13.89%
R=80.56%
G=5.56%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal292500.930.830.89353.3387.16.08
Hex1D2505D5359161576
Octal352501351231315411276
Binary111011010101011101101001110110011011000011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D0205; }

 p { color: rgb(29,2,5); }

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

<style>
 a { background-color: #1D0205; }

 a { background-color: rgb(29,2,5); }

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

<style>
 span { border-color: #1D0205; }

 span { border-color: rgb(29,2,5); }

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