Html Css Color HEX #1D0309 Rustic Red

📋 copy color: '#1D0309'

red 29 ◦ green 3 ◦ blue 9

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

Shades of Rustic Red #1D0309

Tints of Rustic Red #1D0309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 7.32%

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

R = 70.73%
G = 7.32%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.89

RGB Variations

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

Color information

#1D0309 (or 0x1D0309) is known color: Rustic Red. HEX triplet: 1D, 03 and 09. RGB value is (29,3,9). Sum of RGB (Red+Green+Blue) = 29+3+9=41 (5% of max value = 765). Red value is 29 (11.72% from 255 or 70.73% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 9 (3.91% from 255 or 21.95% from 41); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0309 is #E2FCF6. Grayscale: #0B0B0B. Windows color (decimal): -14875895 or 590621. OLE color: 590621.

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

Color convert

RGB 29 3 9 -
CMYK 0 0.90 0.69 0.89
HSL 346.15º 0.81% 0.06% -
HSV(B) 346.15º 0.9% 0.11% -
XYZ 0.59 0.35 0.29 -
YUV 11.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 29 3 9 0 0.90 0.69 0.89 346.15 0.81 0.06
Hex 1D 3 9 0 5A 45 59 15A 51 6
Octal 35 3 11 0 132 105 131 532 121 6
Binary 11101 11 1001 0 1011010 1000101 1011001 101011010 1010001 110

Color Harmonies of #1D0309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0309

Black with #1D0309

Text Example


Text Example

White with #1D0309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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