#1D090A

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

Shades of Rustic Red #1D090A

Tints of Rustic Red #1D090A

Color information

#1D090A (or 0x1D090A) is unknown color: approx Rustic Red. HEX triplet: 1D, 09 and 0A. RGB value is (29,9,10). Sum of RGB (Red+Green+Blue) = 29+9+10=48 (6% of max value = 765). Red value is 29 (11.72% from 255 or 60.42% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 10 (4.30% from 255 or 20.83% from 48); Max value from RGB is 29 - color contains mainly: red. Hex color #1D090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D090A is #E2F6F5. Grayscale: #0F0F0F. Windows color (decimal): -14874358 or 657693. OLE color: 657693.

HSL color Cylindrical-coordinate representation of color #1D090A: hue angle of 357º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D090A is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.89.

Color convert

RGB29910-
CMYK00.690.660.89
HSL357º52.63%7.45%-
HSV(B)357º68.97%11.37%-
XYZ0.660.480.34-
YUV15.09125.13137.92-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 60.42%
GREEN value IS 9 (3.91% from 255) = 18.75%
BLUE value IS 10 (4.30% from 255) = 20.83%
R=60.42%
G=18.75%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2991000.690.660.8935752.637.45
Hex1D9A0454259165357
Octal3511120105102131545657
Binary11101100110100100010110000101011001101100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,9,10); }

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

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

 a { background-color: rgb(29,9,10); }

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

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

 span { border-color: rgb(29,9,10); }

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