#1D0305

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

Shades of Rustic Red #1D0305

Tints of Rustic Red #1D0305

Color information

#1D0305 (or 0x1D0305) is unknown color: approx Rustic Red. HEX triplet: 1D, 03 and 05. RGB value is (29,3,5). Sum of RGB (Red+Green+Blue) = 29+3+5=37 (4% of max value = 765). Red value is 29 (11.72% from 255 or 78.38% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 5 (2.34% from 255 or 13.51% from 37); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0305 is #E2FCFA. Grayscale: #0B0B0B. Windows color (decimal): -14875899 or 328477. OLE color: 328477.

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

Color convert

RGB2935-
CMYK00.900.830.89
HSL355.38º81.25%6.27%-
HSV(B)355.38º89.66%11.37%-
XYZ0.570.340.18-
YUV11124.61140.84-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 78.38%
GREEN value IS 3 (1.56% from 255) = 8.11%
BLUE value IS 5 (2.34% from 255) = 13.51%
R=78.38%
G=8.11%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal293500.900.830.89355.3881.256.27
Hex1D3505A5359163516
Octal353501321231315431216
Binary111011110101011010101001110110011011000111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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