Html Css Color HEX #1D0F10 Rustic Red

📋 copy color: '#1D0F10'

red 29 ◦ green 15 ◦ blue 16

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

Shades of Rustic Red #1D0F10

Tints of Rustic Red #1D0F10

RGB

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

 GREEN value IS 15 (6.25% from 255) = 25%

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

R = 48.33%
G = 25%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.89

RGB Variations

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

Color information

#1D0F10 (or 0x1D0F10) is known color: Rustic Red. HEX triplet: 1D, 0F and 10. RGB value is (29,15,16). Sum of RGB (Red+Green+Blue) = 29+15+16=60 (7% of max value = 765). Red value is 29 (11.72% from 255 or 48.33% from 60); Green value is 15 (6.25% from 255 or 25% from 60); Blue value is 16 (6.64% from 255 or 26.67% from 60); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F10 is #E2F0EF. Grayscale: #131313. Windows color (decimal): -14872816 or 1052445. OLE color: 1052445.

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

Color convert

RGB 29 15 16 -
CMYK 0 0.48 0.45 0.89
HSL 355.71º 0.32% 0.09% -
HSV(B) 355.71º 0.48% 0.11% -
XYZ 0.77 0.64 0.57 -
YUV 19.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 29 15 16 0 0.48 0.45 0.89 355.71 0.32 0.09
Hex 1D F 10 0 30 2D 59 164 20 9
Octal 35 17 20 0 60 55 131 544 40 11
Binary 11101 1111 10000 0 110000 101101 1011001 101100100 100000 1001

Color Harmonies of #1D0F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0F10

Black with #1D0F10

Text Example


Text Example

White with #1D0F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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