Html Css Color HEX #1D0C11 Rustic Red

📋 copy color: '#1D0C11'

red 29 ◦ green 12 ◦ blue 17

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

Shades of Rustic Red #1D0C11

Tints of Rustic Red #1D0C11

RGB

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

 GREEN value IS 12 (5.08% from 255) = 20.69%

 BLUE value IS 17 (7.03% from 255) = 29.31%

R = 50%
G = 20.69%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.89

RGB Variations

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

Color information

#1D0C11 (or 0x1D0C11) is known color: Rustic Red. HEX triplet: 1D, 0C and 11. RGB value is (29,12,17). Sum of RGB (Red+Green+Blue) = 29+12+17=58 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50% from 58); Green value is 12 (5.08% from 255 or 20.69% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0C11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0C11 is #E2F3EE. Grayscale: #111111. Windows color (decimal): -14873583 or 1117213. OLE color: 1117213.

HSL color Cylindrical-coordinate representation of color #1D0C11: hue angle of 342.35º degrees, saturation: 0.41, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D0C11 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 12 17 -
CMYK 0 0.59 0.41 0.89
HSL 342.35º 0.41% 0.08% -
HSV(B) 342.35º 0.59% 0.11% -
XYZ 0.74 0.56 0.6 -
YUV 17.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 29 12 17 0 0.59 0.41 0.89 342.35 0.41 0.08
Hex 1D C 11 0 3B 29 59 156 29 8
Octal 35 14 21 0 73 51 131 526 51 10
Binary 11101 1100 10001 0 111011 101001 1011001 101010110 101001 1000

Color Harmonies of #1D0C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0C11

Black with #1D0C11

Text Example


Text Example

White with #1D0C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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