Html Css Color HEX #1D040D Rustic Red

📋 copy color: '#1D040D'

red 29 ◦ green 4 ◦ blue 13

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

Shades of Rustic Red #1D040D

Tints of Rustic Red #1D040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8.7%

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

R = 63.04%
G = 8.7%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.89

RGB Variations

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

Color information

#1D040D (or 0x1D040D) is known color: Rustic Red. HEX triplet: 1D, 04 and 0D. RGB value is (29,4,13). Sum of RGB (Red+Green+Blue) = 29+4+13=46 (6% of max value = 765). Red value is 29 (11.72% from 255 or 63.04% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 29 - color contains mainly: red. Hex color #1D040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D040D is #E2FBF2. Grayscale: #0C0C0C. Windows color (decimal): -14875635 or 853021. OLE color: 853021.

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

Color convert

RGB 29 4 13 -
CMYK 0 0.86 0.55 0.89
HSL 338.4º 0.76% 0.06% -
HSV(B) 338.4º 0.86% 0.11% -
XYZ 0.62 0.38 0.42 -
YUV 12.5 128.28 139.77 -
System Red Green Blue C M Y K H S L
Decimal 29 4 13 0 0.86 0.55 0.89 338.4 0.76 0.06
Hex 1D 4 D 0 56 37 59 152 4C 6
Octal 35 4 15 0 126 67 131 522 114 6
Binary 11101 100 1101 0 1010110 110111 1011001 101010010 1001100 110

Color Harmonies of #1D040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D040D

Black with #1D040D

Text Example


Text Example

White with #1D040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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