Html Css Color HEX #1D040F Rustic Red

📋 copy color: '#1D040F'

red 29 ◦ green 4 ◦ blue 15

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

Shades of Rustic Red #1D040F

Tints of Rustic Red #1D040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 31.25%

R = 60.42%
G = 8.33%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#1D040F (or 0x1D040F) is known color: Rustic Red. HEX triplet: 1D, 04 and 0F. RGB value is (29,4,15). Sum of RGB (Red+Green+Blue) = 29+4+15=48 (6% of max value = 765). Red value is 29 (11.72% from 255 or 60.42% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 29 - color contains mainly: red. Hex color #1D040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D040F is #E2FBF0. Grayscale: #0C0C0C. Windows color (decimal): -14875633 or 984093. OLE color: 984093.

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

Color convert

RGB 29 4 15 -
CMYK 0 0.86 0.48 0.89
HSL 333.6º 0.76% 0.06% -
HSV(B) 333.6º 0.86% 0.11% -
XYZ 0.64 0.38 0.49 -
YUV 12.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 29 4 15 0 0.86 0.48 0.89 333.6 0.76 0.06
Hex 1D 4 F 0 56 30 59 14E 4C 6
Octal 35 4 17 0 126 60 131 516 114 6
Binary 11101 100 1111 0 1010110 110000 1011001 101001110 1001100 110

Color Harmonies of #1D040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D040F

Black with #1D040F

Text Example


Text Example

White with #1D040F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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