Html Css Color HEX #1D0F15 Rustic Red

📋 copy color: '#1D0F15'

red 29 ◦ green 15 ◦ blue 21

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

Shades of Rustic Red #1D0F15

Tints of Rustic Red #1D0F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 32.31%

R = 44.62%
G = 23.08%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.89

RGB Variations

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

Color information

#1D0F15 (or 0x1D0F15) is known color: Rustic Red. HEX triplet: 1D, 0F and 15. RGB value is (29,15,21). Sum of RGB (Red+Green+Blue) = 29+15+21=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 15 (6.25% from 255 or 23.08% from 65); Blue value is 21 (8.59% from 255 or 32.31% from 65); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F15 is #E2F0EA. Grayscale: #131313. Windows color (decimal): -14872811 or 1380125. OLE color: 1380125.

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

Color convert

RGB 29 15 21 -
CMYK 0 0.48 0.28 0.89
HSL 334.29º 0.32% 0.09% -
HSV(B) 334.29º 0.48% 0.11% -
XYZ 0.81 0.66 0.79 -
YUV 19.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 29 15 21 0 0.48 0.28 0.89 334.29 0.32 0.09
Hex 1D F 15 0 30 1C 59 14E 20 9
Octal 35 17 25 0 60 34 131 516 40 11
Binary 11101 1111 10101 0 110000 11100 1011001 101001110 100000 1001

Color Harmonies of #1D0F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0F15

Black with #1D0F15

Text Example


Text Example

White with #1D0F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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