#1B080A

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

Shades of Rustic Red #1B080A

Tints of Rustic Red #1B080A

Color information

#1B080A (or 0x1B080A) is unknown color: approx Rustic Red. HEX triplet: 1B, 08 and 0A. RGB value is (27,8,10). Sum of RGB (Red+Green+Blue) = 27+8+10=45 (5% of max value = 765). Red value is 27 (10.94% from 255 or 60% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 27 - color contains mainly: red. Hex color #1B080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B080A is #E4F7F5. Grayscale: #0D0D0D. Windows color (decimal): -15005686 or 657435. OLE color: 657435.

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

Color convert

RGB27810-
CMYK00.700.630.89
HSL353.68º54.29%6.86%-
HSV(B)353.68º70.37%10.59%-
XYZ0.590.430.34-
YUV13.91125.79137.34-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 60%
GREEN value IS 8 (3.52% from 255) = 17.78%
BLUE value IS 10 (4.30% from 255) = 22.22%
R=60%
G=17.78%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2781000.700.630.89353.6854.296.86
Hex1B8A0463F59162367
Octal331012010677131542667
Binary1101110001010010001101111111011001101100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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