Html Css Color HEX #1D0C14 Rustic Red

📋 copy color: '#1D0C14'

red 29 ◦ green 12 ◦ blue 20

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

Shades of Rustic Red #1D0C14

Tints of Rustic Red #1D0C14

RGB

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

 GREEN value IS 12 (5.08% from 255) = 19.67%

 BLUE value IS 20 (8.2% from 255) = 32.79%

R = 47.54%
G = 19.67%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.89

RGB Variations

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

Color information

#1D0C14 (or 0x1D0C14) is known color: Rustic Red. HEX triplet: 1D, 0C and 14. RGB value is (29,12,20). Sum of RGB (Red+Green+Blue) = 29+12+20=61 (8% of max value = 765). Red value is 29 (11.72% from 255 or 47.54% from 61); Green value is 12 (5.08% from 255 or 19.67% from 61); Blue value is 20 (8.20% from 255 or 32.79% from 61); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0C14 is #E2F3EB. Grayscale: #111111. Windows color (decimal): -14873580 or 1313821. OLE color: 1313821.

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

Color convert

RGB 29 12 20 -
CMYK 0 0.59 0.31 0.89
HSL 331.76º 0.41% 0.08% -
HSV(B) 331.76º 0.59% 0.11% -
XYZ 0.76 0.57 0.73 -
YUV 18 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 29 12 20 0 0.59 0.31 0.89 331.76 0.41 0.08
Hex 1D C 14 0 3B 1F 59 14C 29 8
Octal 35 14 24 0 73 37 131 514 51 10
Binary 11101 1100 10100 0 111011 11111 1011001 101001100 101001 1000

Color Harmonies of #1D0C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0C14

Black with #1D0C14

Text Example


Text Example

White with #1D0C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,12,20); }

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

background-color css

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

 a { background-color: rgb(29,12,20); }

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

border-color css

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

 span { border-color: rgb(29,12,20); }

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