Html Css Color HEX #1D0D0F Rustic Red

📋 copy color: '#1D0D0F'

red 29 ◦ green 13 ◦ blue 15

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

Shades of Rustic Red #1D0D0F

Tints of Rustic Red #1D0D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 22.81%

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

R = 50.88%
G = 22.81%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#1D0D0F (or 0x1D0D0F) is known color: Rustic Red. HEX triplet: 1D, 0D and 0F. RGB value is (29,13,15). Sum of RGB (Red+Green+Blue) = 29+13+15=57 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50.88% from 57); Green value is 13 (5.47% from 255 or 22.81% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0D0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0D0F is #E2F2F0. Grayscale: #121212. Windows color (decimal): -14873329 or 986397. OLE color: 986397.

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

Color convert

RGB 29 13 15 -
CMYK 0 0.55 0.48 0.89
HSL 352.5º 0.38% 0.08% -
HSV(B) 352.5º 0.55% 0.11% -
XYZ 0.74 0.58 0.53 -
YUV 18.01 126.3 135.84 -
System Red Green Blue C M Y K H S L
Decimal 29 13 15 0 0.55 0.48 0.89 352.5 0.38 0.08
Hex 1D D F 0 37 30 59 160 26 8
Octal 35 15 17 0 67 60 131 540 46 10
Binary 11101 1101 1111 0 110111 110000 1011001 101100000 100110 1000

Color Harmonies of #1D0D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0D0F

Black with #1D0D0F

Text Example


Text Example

White with #1D0D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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