Html Css Color HEX #1D040B Rustic Red

📋 copy color: '#1D040B'

red 29 ◦ green 4 ◦ blue 11

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

Shades of Rustic Red #1D040B

Tints of Rustic Red #1D040B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 9.09%

 BLUE value IS 11 (4.69% from 255) = 25%

R = 65.91%
G = 9.09%
B = 25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.89

RGB Variations

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

Color information

#1D040B (or 0x1D040B) is known color: Rustic Red. HEX triplet: 1D, 04 and 0B. RGB value is (29,4,11). Sum of RGB (Red+Green+Blue) = 29+4+11=44 (5% of max value = 765). Red value is 29 (11.72% from 255 or 65.91% from 44); Green value is 4 (1.95% from 255 or 9.09% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 29 - color contains mainly: red. Hex color #1D040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D040B is #E2FBF4. Grayscale: #0C0C0C. Windows color (decimal): -14875637 or 721949. OLE color: 721949.

HSL color Cylindrical-coordinate representation of color #1D040B: hue angle of 343.2º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D040B is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 4 11 -
CMYK 0 0.86 0.62 0.89
HSL 343.2º 0.76% 0.06% -
HSV(B) 343.2º 0.86% 0.11% -
XYZ 0.61 0.37 0.36 -
YUV 12.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 29 4 11 0 0.86 0.62 0.89 343.2 0.76 0.06
Hex 1D 4 B 0 56 3E 59 157 4C 6
Octal 35 4 13 0 126 76 131 527 114 6
Binary 11101 100 1011 0 1010110 111110 1011001 101010111 1001100 110

Color Harmonies of #1D040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D040B

Black with #1D040B

Text Example


Text Example

White with #1D040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,4,11); }

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

background-color css

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

 a { background-color: rgb(29,4,11); }

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

border-color css

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

 span { border-color: rgb(29,4,11); }

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