Html Css Color HEX #1D090D Rustic Red

📋 copy color: '#1D090D'

red 29 ◦ green 9 ◦ blue 13

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

Shades of Rustic Red #1D090D

Tints of Rustic Red #1D090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 17.65%

 BLUE value IS 13 (5.47% from 255) = 25.49%

R = 56.86%
G = 17.65%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.89

RGB Variations

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

Color information

#1D090D (or 0x1D090D) is known color: Rustic Red. HEX triplet: 1D, 09 and 0D. RGB value is (29,9,13). Sum of RGB (Red+Green+Blue) = 29+9+13=51 (6% of max value = 765). Red value is 29 (11.72% from 255 or 56.86% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 29 - color contains mainly: red. Hex color #1D090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D090D is #E2F6F2. Grayscale: #0F0F0F. Windows color (decimal): -14874355 or 854301. OLE color: 854301.

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

Color convert

RGB 29 9 13 -
CMYK 0 0.69 0.55 0.89
HSL 348º 0.53% 0.07% -
HSV(B) 348º 0.69% 0.11% -
XYZ 0.68 0.49 0.44 -
YUV 15.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 29 9 13 0 0.69 0.55 0.89 348 0.53 0.07
Hex 1D 9 D 0 45 37 59 15C 35 7
Octal 35 11 15 0 105 67 131 534 65 7
Binary 11101 1001 1101 0 1000101 110111 1011001 101011100 110101 111

Color Harmonies of #1D090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D090D

Black with #1D090D

Text Example


Text Example

White with #1D090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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