Html Css Color HEX #1D060C Rustic Red

📋 copy color: '#1D060C'

red 29 ◦ green 6 ◦ blue 12

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

Shades of Rustic Red #1D060C

Tints of Rustic Red #1D060C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 12.77%

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

R = 61.7%
G = 12.77%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.89

RGB Variations

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

Color information

#1D060C (or 0x1D060C) is known color: Rustic Red. HEX triplet: 1D, 06 and 0C. RGB value is (29,6,12). Sum of RGB (Red+Green+Blue) = 29+6+12=47 (6% of max value = 765). Red value is 29 (11.72% from 255 or 61.70% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 29 - color contains mainly: red. Hex color #1D060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D060C is #E2F9F3. Grayscale: #0D0D0D. Windows color (decimal): -14875124 or 787997. OLE color: 787997.

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

Color convert

RGB 29 6 12 -
CMYK 0 0.79 0.59 0.89
HSL 344.35º 0.66% 0.07% -
HSV(B) 344.35º 0.79% 0.11% -
XYZ 0.64 0.42 0.39 -
YUV 13.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 29 6 12 0 0.79 0.59 0.89 344.35 0.66 0.07
Hex 1D 6 C 0 4F 3B 59 158 42 7
Octal 35 6 14 0 117 73 131 530 102 7
Binary 11101 110 1100 0 1001111 111011 1011001 101011000 1000010 111

Color Harmonies of #1D060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D060C

Black with #1D060C

Text Example


Text Example

White with #1D060C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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