Html Css Color HEX #1D050F Rustic Red

📋 copy color: '#1D050F'

red 29 ◦ green 5 ◦ blue 15

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

Shades of Rustic Red #1D050F

Tints of Rustic Red #1D050F

RGB

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

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

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

R = 59.18%
G = 10.2%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#1D050F (or 0x1D050F) is known color: Rustic Red. HEX triplet: 1D, 05 and 0F. RGB value is (29,5,15). Sum of RGB (Red+Green+Blue) = 29+5+15=49 (6% of max value = 765). Red value is 29 (11.72% from 255 or 59.18% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 29 - color contains mainly: red. Hex color #1D050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D050F is #E2FAF0. Grayscale: #0D0D0D. Windows color (decimal): -14875377 or 984349. OLE color: 984349.

HSL color Cylindrical-coordinate representation of color #1D050F: hue angle of 335º 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 #1D050F is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 5 15 -
CMYK 0 0.83 0.48 0.89
HSL 335º 0.71% 0.07% -
HSV(B) 335º 0.83% 0.11% -
XYZ 0.65 0.4 0.5 -
YUV 13.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 29 5 15 0 0.83 0.48 0.89 335 0.71 0.07
Hex 1D 5 F 0 53 30 59 14F 47 7
Octal 35 5 17 0 123 60 131 517 107 7
Binary 11101 101 1111 0 1010011 110000 1011001 101001111 1000111 111

Color Harmonies of #1D050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D050F

Black with #1D050F

Text Example


Text Example

White with #1D050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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