Html Css Color HEX #1D090F Rustic Red

📋 copy color: '#1D090F'

red 29 ◦ green 9 ◦ blue 15

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

Shades of Rustic Red #1D090F

Tints of Rustic Red #1D090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 28.3%

R = 54.72%
G = 16.98%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#1D090F (or 0x1D090F) is known color: Rustic Red. HEX triplet: 1D, 09 and 0F. RGB value is (29,9,15). Sum of RGB (Red+Green+Blue) = 29+9+15=53 (7% of max value = 765). Red value is 29 (11.72% from 255 or 54.72% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 29 - color contains mainly: red. Hex color #1D090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D090F is #E2F6F0. Grayscale: #0F0F0F. Windows color (decimal): -14874353 or 985373. OLE color: 985373.

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

Color convert

RGB 29 9 15 -
CMYK 0 0.69 0.48 0.89
HSL 342º 0.53% 0.07% -
HSV(B) 342º 0.69% 0.11% -
XYZ 0.69 0.49 0.51 -
YUV 15.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 29 9 15 0 0.69 0.48 0.89 342 0.53 0.07
Hex 1D 9 F 0 45 30 59 156 35 7
Octal 35 11 17 0 105 60 131 526 65 7
Binary 11101 1001 1111 0 1000101 110000 1011001 101010110 110101 111

Color Harmonies of #1D090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D090F

Black with #1D090F

Text Example


Text Example

White with #1D090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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