#1D0307

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

Shades of Rustic Red #1D0307

Tints of Rustic Red #1D0307

Color information

#1D0307 (or 0x1D0307) is unknown color: approx Rustic Red. HEX triplet: 1D, 03 and 07. RGB value is (29,3,7). Sum of RGB (Red+Green+Blue) = 29+3+7=39 (5% of max value = 765). Red value is 29 (11.72% from 255 or 74.36% from 39); Green value is 3 (1.56% from 255 or 7.69% from 39); Blue value is 7 (3.12% from 255 or 17.95% from 39); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0307 is #E2FCF8. Grayscale: #0B0B0B. Windows color (decimal): -14875897 or 459549. OLE color: 459549.

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

Color convert

RGB2937-
CMYK00.900.760.89
HSL350.77º81.25%6.27%-
HSV(B)350.77º89.66%11.37%-
XYZ0.580.340.24-
YUV11.23125.61140.67-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 74.36%
GREEN value IS 3 (1.56% from 255) = 7.69%
BLUE value IS 7 (3.12% from 255) = 17.95%
R=74.36%
G=7.69%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal293700.900.760.89350.7781.256.27
Hex1D3705A4C5915f516
Octal353701321141315371216
Binary111011111101011010100110010110011010111111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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