Html Css Color HEX #1D0710 Rustic Red

📋 copy color: '#1D0710'

red 29 ◦ green 7 ◦ blue 16

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

Shades of Rustic Red #1D0710

Tints of Rustic Red #1D0710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 30.77%

R = 55.77%
G = 13.46%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.89

RGB Variations

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

Color information

#1D0710 (or 0x1D0710) is known color: Rustic Red. HEX triplet: 1D, 07 and 10. RGB value is (29,7,16). Sum of RGB (Red+Green+Blue) = 29+7+16=52 (6% of max value = 765). Red value is 29 (11.72% from 255 or 55.77% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0710 is #E2F8EF. Grayscale: #0E0E0E. Windows color (decimal): -14874864 or 1050397. OLE color: 1050397.

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

Color convert

RGB 29 7 16 -
CMYK 0 0.76 0.45 0.89
HSL 335.45º 0.61% 0.07% -
HSV(B) 335.45º 0.76% 0.11% -
XYZ 0.68 0.45 0.54 -
YUV 14.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 29 7 16 0 0.76 0.45 0.89 335.45 0.61 0.07
Hex 1D 7 10 0 4C 2D 59 14F 3D 7
Octal 35 7 20 0 114 55 131 517 75 7
Binary 11101 111 10000 0 1001100 101101 1011001 101001111 111101 111

Color Harmonies of #1D0710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0710

Black with #1D0710

Text Example


Text Example

White with #1D0710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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