Html Css Color HEX #1D0005 Rustic Red

📋 copy color: '#1D0005'

red 29 ◦ green 0 ◦ blue 5

#1D0005
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #1D0005

Tints of Rustic Red #1D0005

RGB

 RED value IS 29 (11.72% from 255) = 85.29%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 5 (2.34% from 255) = 14.71%

R = 85.29%
G = 0%
B = 14.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.89

RGB Variations

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

Color information

#1D0005 (or 0x1D0005) is known color: Rustic Red. HEX triplet: 1D, 00 and 05. RGB value is (29,0,5). Sum of RGB (Red+Green+Blue) = 29+0+5=34 (4% of max value = 765). Red value is 29 (11.72% from 255 or 85.29% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 5 (2.34% from 255 or 14.71% from 34); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0005 is #E2FFFA. Grayscale: #090909. Windows color (decimal): -14876667 or 327709. OLE color: 327709.

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

Color convert

RGB 29 0 5 -
CMYK 0 1 0.83 0.89
HSL 349.66º 1% 0.06% -
HSV(B) 349.66º 1% 0.11% -
XYZ 0.53 0.27 0.17 -
YUV 9.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 29 0 5 0 1 0.83 0.89 349.66 1 0.06
Hex 1D 0 5 0 64 53 59 15E 64 6
Octal 35 0 5 0 144 123 131 536 144 6
Binary 11101 0 101 0 1100100 1010011 1011001 101011110 1100100 110

Color Harmonies of #1D0005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0005

Black with #1D0005

Text Example


Text Example

White with #1D0005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D0005;
 }
 .AnyTagClassName
 {
   color: #1D0005;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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