Html Css Color HEX #1D070F Rustic Red

📋 copy color: '#1D070F'

red 29 ◦ green 7 ◦ blue 15

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

Shades of Rustic Red #1D070F

Tints of Rustic Red #1D070F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 13.73%

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

R = 56.86%
G = 13.73%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#1D070F (or 0x1D070F) is known color: Rustic Red. HEX triplet: 1D, 07 and 0F. RGB value is (29,7,15). Sum of RGB (Red+Green+Blue) = 29+7+15=51 (6% of max value = 765). Red value is 29 (11.72% from 255 or 56.86% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 29 - color contains mainly: red. Hex color #1D070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D070F is #E2F8F0. Grayscale: #0E0E0E. Windows color (decimal): -14874865 or 984861. OLE color: 984861.

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

Color convert

RGB 29 7 15 -
CMYK 0 0.76 0.48 0.89
HSL 338.18º 0.61% 0.07% -
HSV(B) 338.18º 0.76% 0.11% -
XYZ 0.67 0.45 0.5 -
YUV 14.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 29 7 15 0 0.76 0.48 0.89 338.18 0.61 0.07
Hex 1D 7 F 0 4C 30 59 152 3D 7
Octal 35 7 17 0 114 60 131 522 75 7
Binary 11101 111 1111 0 1001100 110000 1011001 101010010 111101 111

Color Harmonies of #1D070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D070F

Black with #1D070F

Text Example


Text Example

White with #1D070F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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