#1D0308

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

Shades of Rustic Red #1D0308

Tints of Rustic Red #1D0308

Color information

#1D0308 (or 0x1D0308) is unknown color: approx Rustic Red. HEX triplet: 1D, 03 and 08. RGB value is (29,3,8). Sum of RGB (Red+Green+Blue) = 29+3+8=40 (5% of max value = 765). Red value is 29 (11.72% from 255 or 72.5% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 8 (3.52% from 255 or 20% from 40); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0308 is #E2FCF7. Grayscale: #0B0B0B. Windows color (decimal): -14875896 or 525085. OLE color: 525085.

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

Color convert

RGB2938-
CMYK00.900.720.89
HSL348.46º81.25%6.27%-
HSV(B)348.46º89.66%11.37%-
XYZ0.580.340.27-
YUV11.34126.11140.59-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 72.5%
GREEN value IS 3 (1.56% from 255) = 7.5%
BLUE value IS 8 (3.52% from 255) = 20%
R=72.5%
G=7.5%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.72
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal293800.900.720.89348.4681.256.27
Hex1D3805A485915c516
Octal3531001321101315341216
Binary1110111100001011010100100010110011010111001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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