#1D030B

Color #1D030B Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #1D030B

Tints of Rustic Red #1D030B

Color information

#1D030B (or 0x1D030B) is unknown color: approx Rustic Red. HEX triplet: 1D, 03 and 0B. RGB value is (29,3,11). Sum of RGB (Red+Green+Blue) = 29+3+11=43 (5% of max value = 765). Red value is 29 (11.72% from 255 or 67.44% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 29 - color contains mainly: red. Hex color #1D030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D030B is #E2FCF4. Grayscale: #0B0B0B. Windows color (decimal): -14875893 or 721693. OLE color: 721693.

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

Color convert

RGB29311-
CMYK00.900.620.89
HSL341.54º81.25%6.27%-
HSV(B)341.54º89.66%11.37%-
XYZ0.60.350.35-
YUV11.69127.61140.35-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 67.44%
GREEN value IS 3 (1.56% from 255) = 6.98%
BLUE value IS 11 (4.69% from 255) = 25.58%
R=67.44%
G=6.98%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2931100.900.620.89341.5481.256.27
Hex1D3B05A3E59156516
Octal353130132761315261216
Binary111011110110101101011111010110011010101101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D030B;
 }
 .AnyTagClassName
 {
   color: #1D030B;
 }
</style>
background-color css

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

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

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

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

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

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