Html Css Color HEX #1D0009 Rustic Red

📋 copy color: '#1D0009'

red 29 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #1D0009

Tints of Rustic Red #1D0009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 23.68%

R = 76.32%
G = 0%
B = 23.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.89

RGB Variations

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

Color information

#1D0009 (or 0x1D0009) is known color: Rustic Red. HEX triplet: 1D, 00 and 09. RGB value is (29,0,9). Sum of RGB (Red+Green+Blue) = 29+0+9=38 (5% of max value = 765). Red value is 29 (11.72% from 255 or 76.32% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 9 (3.91% from 255 or 23.68% from 38); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0009 is #E2FFF6. Grayscale: #090909. Windows color (decimal): -14876663 or 589853. OLE color: 589853.

HSL color Cylindrical-coordinate representation of color #1D0009: hue angle of 341.38º 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 #1D0009 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 0 9 -
CMYK 0 1 0.69 0.89
HSL 341.38º 1% 0.06% -
HSV(B) 341.38º 1% 0.11% -
XYZ 0.56 0.28 0.28 -
YUV 9.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 29 0 9 0 1 0.69 0.89 341.38 1 0.06
Hex 1D 0 9 0 64 45 59 155 64 6
Octal 35 0 11 0 144 105 131 525 144 6
Binary 11101 0 1001 0 1100100 1000101 1011001 101010101 1100100 110

Color Harmonies of #1D0009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0009

Black with #1D0009

Text Example


Text Example

White with #1D0009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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