Html Css Color HEX #1D030F Rustic Red

📋 copy color: '#1D030F'

red 29 ◦ green 3 ◦ blue 15

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

Shades of Rustic Red #1D030F

Tints of Rustic Red #1D030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 6.38%

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

R = 61.7%
G = 6.38%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#1D030F (or 0x1D030F) is known color: Rustic Red. HEX triplet: 1D, 03 and 0F. RGB value is (29,3,15). Sum of RGB (Red+Green+Blue) = 29+3+15=47 (6% of max value = 765). Red value is 29 (11.72% from 255 or 61.70% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 29 - color contains mainly: red. Hex color #1D030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D030F is #E2FCF0. Grayscale: #0C0C0C. Windows color (decimal): -14875889 or 983837. OLE color: 983837.

HSL color Cylindrical-coordinate representation of color #1D030F: hue angle of 332.31º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D030F is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 3 15 -
CMYK 0 0.90 0.48 0.89
HSL 332.31º 0.81% 0.06% -
HSV(B) 332.31º 0.9% 0.11% -
XYZ 0.63 0.36 0.49 -
YUV 12.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 29 3 15 0 0.90 0.48 0.89 332.31 0.81 0.06
Hex 1D 3 F 0 5A 30 59 14C 51 6
Octal 35 3 17 0 132 60 131 514 121 6
Binary 11101 11 1111 0 1011010 110000 1011001 101001100 1010001 110

Color Harmonies of #1D030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D030F

Black with #1D030F

Text Example


Text Example

White with #1D030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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