Html Css Color HEX #1D090C Rustic Red

📋 copy color: '#1D090C'

red 29 ◦ green 9 ◦ blue 12

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

Shades of Rustic Red #1D090C

Tints of Rustic Red #1D090C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 24%

R = 58%
G = 18%
B = 24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.89

RGB Variations

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

Color information

#1D090C (or 0x1D090C) is known color: Rustic Red. HEX triplet: 1D, 09 and 0C. RGB value is (29,9,12). Sum of RGB (Red+Green+Blue) = 29+9+12=50 (6% of max value = 765). Red value is 29 (11.72% from 255 or 58% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 29 - color contains mainly: red. Hex color #1D090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D090C is #E2F6F3. Grayscale: #0F0F0F. Windows color (decimal): -14874356 or 788765. OLE color: 788765.

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

Color convert

RGB 29 9 12 -
CMYK 0 0.69 0.59 0.89
HSL 351º 0.53% 0.07% -
HSV(B) 351º 0.69% 0.11% -
XYZ 0.67 0.48 0.41 -
YUV 15.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 29 9 12 0 0.69 0.59 0.89 351 0.53 0.07
Hex 1D 9 C 0 45 3B 59 15F 35 7
Octal 35 11 14 0 105 73 131 537 65 7
Binary 11101 1001 1100 0 1000101 111011 1011001 101011111 110101 111

Color Harmonies of #1D090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D090C

Black with #1D090C

Text Example


Text Example

White with #1D090C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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