#1D080B

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

Shades of Rustic Red #1D080B

Tints of Rustic Red #1D080B

Color information

#1D080B (or 0x1D080B) is unknown color: approx Rustic Red. HEX triplet: 1D, 08 and 0B. RGB value is (29,8,11). Sum of RGB (Red+Green+Blue) = 29+8+11=48 (6% of max value = 765). Red value is 29 (11.72% from 255 or 60.42% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 29 - color contains mainly: red. Hex color #1D080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D080B is #E2F7F4. Grayscale: #0E0E0E. Windows color (decimal): -14874613 or 722973. OLE color: 722973.

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

Color convert

RGB29811-
CMYK00.720.620.89
HSL351.43º56.76%7.25%-
HSV(B)351.43º72.41%11.37%-
XYZ0.650.460.37-
YUV14.62125.96138.26-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 60.42%
GREEN value IS 8 (3.52% from 255) = 16.67%
BLUE value IS 11 (4.69% from 255) = 22.92%
R=60.42%
G=16.67%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2981100.720.620.89351.4356.767.25
Hex1D8B0483E5915f397
Octal351013011076131537717
Binary1110110001011010010001111101011001101011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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