Html Css Color HEX #1D060F Rustic Red

📋 copy color: '#1D060F'

red 29 ◦ green 6 ◦ blue 15

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

Shades of Rustic Red #1D060F

Tints of Rustic Red #1D060F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 12%

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

R = 58%
G = 12%
B = 30%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#1D060F (or 0x1D060F) is known color: Rustic Red. HEX triplet: 1D, 06 and 0F. RGB value is (29,6,15). Sum of RGB (Red+Green+Blue) = 29+6+15=50 (6% of max value = 765). Red value is 29 (11.72% from 255 or 58% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 29 - color contains mainly: red. Hex color #1D060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D060F is #E2F9F0. Grayscale: #0D0D0D. Windows color (decimal): -14875121 or 984605. OLE color: 984605.

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

Color convert

RGB 29 6 15 -
CMYK 0 0.79 0.48 0.89
HSL 336.52º 0.66% 0.07% -
HSV(B) 336.52º 0.79% 0.11% -
XYZ 0.66 0.43 0.5 -
YUV 13.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 29 6 15 0 0.79 0.48 0.89 336.52 0.66 0.07
Hex 1D 6 F 0 4F 30 59 151 42 7
Octal 35 6 17 0 117 60 131 521 102 7
Binary 11101 110 1111 0 1001111 110000 1011001 101010001 1000010 111

Color Harmonies of #1D060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D060F

Black with #1D060F

Text Example


Text Example

White with #1D060F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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