Html Css Color HEX #1D050E Rustic Red

📋 copy color: '#1D050E'

red 29 ◦ green 5 ◦ blue 14

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

Shades of Rustic Red #1D050E

Tints of Rustic Red #1D050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.42%

 BLUE value IS 14 (5.86% from 255) = 29.17%

R = 60.42%
G = 10.42%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.89

RGB Variations

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

Color information

#1D050E (or 0x1D050E) is known color: Rustic Red. HEX triplet: 1D, 05 and 0E. RGB value is (29,5,14). Sum of RGB (Red+Green+Blue) = 29+5+14=48 (6% of max value = 765). Red value is 29 (11.72% from 255 or 60.42% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 29 - color contains mainly: red. Hex color #1D050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D050E is #E2FAF1. Grayscale: #0D0D0D. Windows color (decimal): -14875378 or 918813. OLE color: 918813.

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

Color convert

RGB 29 5 14 -
CMYK 0 0.83 0.52 0.89
HSL 337.5º 0.71% 0.07% -
HSV(B) 337.5º 0.83% 0.11% -
XYZ 0.64 0.4 0.46 -
YUV 13.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 29 5 14 0 0.83 0.52 0.89 337.5 0.71 0.07
Hex 1D 5 E 0 53 34 59 152 47 7
Octal 35 5 16 0 123 64 131 522 107 7
Binary 11101 101 1110 0 1010011 110100 1011001 101010010 1000111 111

Color Harmonies of #1D050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D050E

Black with #1D050E

Text Example


Text Example

White with #1D050E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,5,14); }

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

background-color css

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

 a { background-color: rgb(29,5,14); }

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

border-color css

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

 span { border-color: rgb(29,5,14); }

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