Html Css Color HEX #1D0507 Rustic Red

📋 copy color: '#1D0507'

red 29 ◦ green 5 ◦ blue 7

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

Shades of Rustic Red #1D0507

Tints of Rustic Red #1D0507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 12.2%

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

R = 70.73%
G = 12.2%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.89

RGB Variations

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

Color information

#1D0507 (or 0x1D0507) is known color: Rustic Red. HEX triplet: 1D, 05 and 07. RGB value is (29,5,7). Sum of RGB (Red+Green+Blue) = 29+5+7=41 (5% of max value = 765). Red value is 29 (11.72% from 255 or 70.73% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 7 (3.12% from 255 or 17.07% from 41); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0507 is #E2FAF8. Grayscale: #0C0C0C. Windows color (decimal): -14875385 or 460061. OLE color: 460061.

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

Color convert

RGB 29 5 7 -
CMYK 0 0.83 0.76 0.89
HSL 355º 0.71% 0.07% -
HSV(B) 355º 0.83% 0.11% -
XYZ 0.6 0.39 0.24 -
YUV 12.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 29 5 7 0 0.83 0.76 0.89 355 0.71 0.07
Hex 1D 5 7 0 53 4C 59 163 47 7
Octal 35 5 7 0 123 114 131 543 107 7
Binary 11101 101 111 0 1010011 1001100 1011001 101100011 1000111 111

Color Harmonies of #1D0507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0507

Black with #1D0507

Text Example


Text Example

White with #1D0507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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