Html Css Color HEX #1D060A Rustic Red

📋 copy color: '#1D060A'

red 29 ◦ green 6 ◦ blue 10

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

Shades of Rustic Red #1D060A

Tints of Rustic Red #1D060A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 22.22%

R = 64.44%
G = 13.33%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.89

RGB Variations

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

Color information

#1D060A (or 0x1D060A) is known color: Rustic Red. HEX triplet: 1D, 06 and 0A. RGB value is (29,6,10). Sum of RGB (Red+Green+Blue) = 29+6+10=45 (5% of max value = 765). Red value is 29 (11.72% from 255 or 64.44% from 45); Green value is 6 (2.73% from 255 or 13.33% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 29 - color contains mainly: red. Hex color #1D060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D060A is #E2F9F5. Grayscale: #0D0D0D. Windows color (decimal): -14875126 or 656925. OLE color: 656925.

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

Color convert

RGB 29 6 10 -
CMYK 0 0.79 0.66 0.89
HSL 349.57º 0.66% 0.07% -
HSV(B) 349.57º 0.79% 0.11% -
XYZ 0.63 0.41 0.33 -
YUV 13.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 29 6 10 0 0.79 0.66 0.89 349.57 0.66 0.07
Hex 1D 6 A 0 4F 42 59 15E 42 7
Octal 35 6 12 0 117 102 131 536 102 7
Binary 11101 110 1010 0 1001111 1000010 1011001 101011110 1000010 111

Color Harmonies of #1D060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D060A

Black with #1D060A

Text Example


Text Example

White with #1D060A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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