Html Css Color HEX #1D0610 Rustic Red

📋 copy color: '#1D0610'

red 29 ◦ green 6 ◦ blue 16

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

Shades of Rustic Red #1D0610

Tints of Rustic Red #1D0610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 11.76%

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

R = 56.86%
G = 11.76%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.89

RGB Variations

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

Color information

#1D0610 (or 0x1D0610) is known color: Rustic Red. HEX triplet: 1D, 06 and 10. RGB value is (29,6,16). Sum of RGB (Red+Green+Blue) = 29+6+16=51 (6% of max value = 765). Red value is 29 (11.72% from 255 or 56.86% from 51); Green value is 6 (2.73% from 255 or 11.76% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0610 is #E2F9EF. Grayscale: #0D0D0D. Windows color (decimal): -14875120 or 1050141. OLE color: 1050141.

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

Color convert

RGB 29 6 16 -
CMYK 0 0.79 0.45 0.89
HSL 333.91º 0.66% 0.07% -
HSV(B) 333.91º 0.79% 0.11% -
XYZ 0.67 0.43 0.54 -
YUV 14.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 29 6 16 0 0.79 0.45 0.89 333.91 0.66 0.07
Hex 1D 6 10 0 4F 2D 59 14E 42 7
Octal 35 6 20 0 117 55 131 516 102 7
Binary 11101 110 10000 0 1001111 101101 1011001 101001110 1000010 111

Color Harmonies of #1D0610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0610

Black with #1D0610

Text Example


Text Example

White with #1D0610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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