Html Css Color HEX #1D060B Rustic Red

📋 copy color: '#1D060B'

red 29 ◦ green 6 ◦ blue 11

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

Shades of Rustic Red #1D060B

Tints of Rustic Red #1D060B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 23.91%

R = 63.04%
G = 13.04%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.89

RGB Variations

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

Color information

#1D060B (or 0x1D060B) is known color: Rustic Red. HEX triplet: 1D, 06 and 0B. RGB value is (29,6,11). Sum of RGB (Red+Green+Blue) = 29+6+11=46 (6% of max value = 765). Red value is 29 (11.72% from 255 or 63.04% from 46); Green value is 6 (2.73% from 255 or 13.04% from 46); Blue value is 11 (4.69% from 255 or 23.91% from 46); Max value from RGB is 29 - color contains mainly: red. Hex color #1D060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D060B is #E2F9F4. Grayscale: #0D0D0D. Windows color (decimal): -14875125 or 722461. OLE color: 722461.

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

Color convert

RGB 29 6 11 -
CMYK 0 0.79 0.62 0.89
HSL 346.96º 0.66% 0.07% -
HSV(B) 346.96º 0.79% 0.11% -
XYZ 0.63 0.42 0.36 -
YUV 13.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 29 6 11 0 0.79 0.62 0.89 346.96 0.66 0.07
Hex 1D 6 B 0 4F 3E 59 15B 42 7
Octal 35 6 13 0 117 76 131 533 102 7
Binary 11101 110 1011 0 1001111 111110 1011001 101011011 1000010 111

Color Harmonies of #1D060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D060B

Black with #1D060B

Text Example


Text Example

White with #1D060B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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