#1B090A

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

Shades of Rustic Red #1B090A

Tints of Rustic Red #1B090A

Color information

#1B090A (or 0x1B090A) is unknown color: approx Rustic Red. HEX triplet: 1B, 09 and 0A. RGB value is (27,9,10). Sum of RGB (Red+Green+Blue) = 27+9+10=46 (6% of max value = 765). Red value is 27 (10.94% from 255 or 58.70% from 46); Green value is 9 (3.91% from 255 or 19.57% from 46); Blue value is 10 (4.30% from 255 or 21.74% from 46); Max value from RGB is 27 - color contains mainly: red. Hex color #1B090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B090A is #E4F6F5. Grayscale: #0E0E0E. Windows color (decimal): -15005430 or 657691. OLE color: 657691.

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

Color convert

RGB27910-
CMYK00.670.630.89
HSL356.67º50%7.06%-
HSV(B)356.67º66.67%10.59%-
XYZ0.60.450.34-
YUV14.5125.46136.92-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 58.70%
GREEN value IS 9 (3.91% from 255) = 19.57%
BLUE value IS 10 (4.30% from 255) = 21.74%
R=58.70%
G=19.57%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2791000.670.630.89356.67507.06
Hex1B9A0433F59165327
Octal331112010377131545627
Binary1101110011010010000111111111011001101100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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