Html Css Color HEX #1D040C Rustic Red

📋 copy color: '#1D040C'

red 29 ◦ green 4 ◦ blue 12

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

Shades of Rustic Red #1D040C

Tints of Rustic Red #1D040C

RGB

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

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

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

R = 64.44%
G = 8.89%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.89

RGB Variations

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

Color information

#1D040C (or 0x1D040C) is known color: Rustic Red. HEX triplet: 1D, 04 and 0C. RGB value is (29,4,12). Sum of RGB (Red+Green+Blue) = 29+4+12=45 (5% of max value = 765). Red value is 29 (11.72% from 255 or 64.44% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 29 - color contains mainly: red. Hex color #1D040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D040C is #E2FBF3. Grayscale: #0C0C0C. Windows color (decimal): -14875636 or 787485. OLE color: 787485.

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

Color convert

RGB 29 4 12 -
CMYK 0 0.86 0.59 0.89
HSL 340.8º 0.76% 0.06% -
HSV(B) 340.8º 0.86% 0.11% -
XYZ 0.62 0.37 0.39 -
YUV 12.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 29 4 12 0 0.86 0.59 0.89 340.8 0.76 0.06
Hex 1D 4 C 0 56 3B 59 155 4C 6
Octal 35 4 14 0 126 73 131 525 114 6
Binary 11101 100 1100 0 1010110 111011 1011001 101010101 1001100 110

Color Harmonies of #1D040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D040C

Black with #1D040C

Text Example


Text Example

White with #1D040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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