#1B080D

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

Shades of Rustic Red #1B080D

Tints of Rustic Red #1B080D

Color information

#1B080D (or 0x1B080D) is unknown color: approx Rustic Red. HEX triplet: 1B, 08 and 0D. RGB value is (27,8,13). Sum of RGB (Red+Green+Blue) = 27+8+13=48 (6% of max value = 765). Red value is 27 (10.94% from 255 or 56.25% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 27 - color contains mainly: red. Hex color #1B080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B080D is #E4F7F2. Grayscale: #0E0E0E. Windows color (decimal): -15005683 or 854043. OLE color: 854043.

HSL color Cylindrical-coordinate representation of color #1B080D: hue angle of 344.21º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B080D is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.89.

Color convert

RGB27813-
CMYK00.700.520.89
HSL344.21º54.29%6.86%-
HSV(B)344.21º70.37%10.59%-
XYZ0.610.440.43-
YUV14.25127.29137.09-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 56.25%
GREEN value IS 8 (3.52% from 255) = 16.67%
BLUE value IS 13 (5.47% from 255) = 27.08%
R=56.25%
G=16.67%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2781300.700.520.89344.2154.296.86
Hex1B8D0463459158367
Octal331015010664131530667
Binary1101110001101010001101101001011001101011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,8,13); }

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

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

 a { background-color: rgb(27,8,13); }

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

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

 span { border-color: rgb(27,8,13); }

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