Html Css Color HEX #1D0A11 Rustic Red

📋 copy color: '#1D0A11'

red 29 ◦ green 10 ◦ blue 17

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

Shades of Rustic Red #1D0A11

Tints of Rustic Red #1D0A11

RGB

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

 GREEN value IS 10 (4.3% from 255) = 17.86%

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

R = 51.79%
G = 17.86%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.89

RGB Variations

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

Color information

#1D0A11 (or 0x1D0A11) is known color: Rustic Red. HEX triplet: 1D, 0A and 11. RGB value is (29,10,17). Sum of RGB (Red+Green+Blue) = 29+10+17=56 (7% of max value = 765). Red value is 29 (11.72% from 255 or 51.79% from 56); Green value is 10 (4.30% from 255 or 17.86% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0A11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0A11 is #E2F5EE. Grayscale: #101010. Windows color (decimal): -14874095 or 1116701. OLE color: 1116701.

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

Color convert

RGB 29 10 17 -
CMYK 0 0.66 0.41 0.89
HSL 337.89º 0.49% 0.08% -
HSV(B) 337.89º 0.66% 0.11% -
XYZ 0.72 0.52 0.59 -
YUV 16.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 29 10 17 0 0.66 0.41 0.89 337.89 0.49 0.08
Hex 1D A 11 0 42 29 59 152 31 8
Octal 35 12 21 0 102 51 131 522 61 10
Binary 11101 1010 10001 0 1000010 101001 1011001 101010010 110001 1000

Color Harmonies of #1D0A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0A11

Black with #1D0A11

Text Example


Text Example

White with #1D0A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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