Html Css Color HEX #1D0A10 Rustic Red

📋 copy color: '#1D0A10'

red 29 ◦ green 10 ◦ blue 16

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

Shades of Rustic Red #1D0A10

Tints of Rustic Red #1D0A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 29.09%

R = 52.73%
G = 18.18%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.89

RGB Variations

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

Color information

#1D0A10 (or 0x1D0A10) is known color: Rustic Red. HEX triplet: 1D, 0A and 10. RGB value is (29,10,16). Sum of RGB (Red+Green+Blue) = 29+10+16=55 (7% of max value = 765). Red value is 29 (11.72% from 255 or 52.73% from 55); Green value is 10 (4.30% from 255 or 18.18% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0A10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0A10 is #E2F5EF. Grayscale: #101010. Windows color (decimal): -14874096 or 1051165. OLE color: 1051165.

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

Color convert

RGB 29 10 16 -
CMYK 0 0.66 0.45 0.89
HSL 341.05º 0.49% 0.08% -
HSV(B) 341.05º 0.66% 0.11% -
XYZ 0.71 0.52 0.55 -
YUV 16.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 29 10 16 0 0.66 0.45 0.89 341.05 0.49 0.08
Hex 1D A 10 0 42 2D 59 155 31 8
Octal 35 12 20 0 102 55 131 525 61 10
Binary 11101 1010 10000 0 1000010 101101 1011001 101010101 110001 1000

Color Harmonies of #1D0A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0A10

Black with #1D0A10

Text Example


Text Example

White with #1D0A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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