Html Css Color HEX #1D0407 Rustic Red

📋 copy color: '#1D0407'

red 29 ◦ green 4 ◦ blue 7

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

Shades of Rustic Red #1D0407

Tints of Rustic Red #1D0407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 17.5%

R = 72.5%
G = 10%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.89

RGB Variations

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

Color information

#1D0407 (or 0x1D0407) is known color: Rustic Red. HEX triplet: 1D, 04 and 07. RGB value is (29,4,7). Sum of RGB (Red+Green+Blue) = 29+4+7=40 (5% of max value = 765). Red value is 29 (11.72% from 255 or 72.5% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 7 (3.12% from 255 or 17.5% from 40); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0407 is #E2FBF8. Grayscale: #0B0B0B. Windows color (decimal): -14875641 or 459805. OLE color: 459805.

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

Color convert

RGB 29 4 7 -
CMYK 0 0.86 0.76 0.89
HSL 352.8º 0.76% 0.06% -
HSV(B) 352.8º 0.86% 0.11% -
XYZ 0.59 0.36 0.24 -
YUV 11.82 125.28 140.26 -
System Red Green Blue C M Y K H S L
Decimal 29 4 7 0 0.86 0.76 0.89 352.8 0.76 0.06
Hex 1D 4 7 0 56 4C 59 161 4C 6
Octal 35 4 7 0 126 114 131 541 114 6
Binary 11101 100 111 0 1010110 1001100 1011001 101100001 1001100 110

Color Harmonies of #1D0407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0407

Black with #1D0407

Text Example


Text Example

White with #1D0407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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