Html Css Color HEX #1D070D Rustic Red

📋 copy color: '#1D070D'

red 29 ◦ green 7 ◦ blue 13

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

Shades of Rustic Red #1D070D

Tints of Rustic Red #1D070D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 14.29%

 BLUE value IS 13 (5.47% from 255) = 26.53%

R = 59.18%
G = 14.29%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.89

RGB Variations

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

Color information

#1D070D (or 0x1D070D) is known color: Rustic Red. HEX triplet: 1D, 07 and 0D. RGB value is (29,7,13). Sum of RGB (Red+Green+Blue) = 29+7+13=49 (6% of max value = 765). Red value is 29 (11.72% from 255 or 59.18% from 49); Green value is 7 (3.12% from 255 or 14.29% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 29 - color contains mainly: red. Hex color #1D070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D070D is #E2F8F2. Grayscale: #0E0E0E. Windows color (decimal): -14874867 or 853789. OLE color: 853789.

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

Color convert

RGB 29 7 13 -
CMYK 0 0.76 0.55 0.89
HSL 343.64º 0.61% 0.07% -
HSV(B) 343.64º 0.76% 0.11% -
XYZ 0.66 0.44 0.43 -
YUV 14.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 29 7 13 0 0.76 0.55 0.89 343.64 0.61 0.07
Hex 1D 7 D 0 4C 37 59 158 3D 7
Octal 35 7 15 0 114 67 131 530 75 7
Binary 11101 111 1101 0 1001100 110111 1011001 101011000 111101 111

Color Harmonies of #1D070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D070D

Black with #1D070D

Text Example


Text Example

White with #1D070D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,7,13); }

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

background-color css

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

 a { background-color: rgb(29,7,13); }

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

border-color css

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

 span { border-color: rgb(29,7,13); }

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