#10090B

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

Shades of Rustic Red #10090B

Tints of Rustic Red #10090B

Color information

#10090B (or 0x10090B) is unknown color: approx Rustic Red. HEX triplet: 10, 09 and 0B. RGB value is (16,9,11). Sum of RGB (Red+Green+Blue) = 16+9+11=36 (4% of max value = 765). Red value is 16 (6.64% from 255 or 44.44% from 36); Green value is 9 (3.91% from 255 or 25% from 36); Blue value is 11 (4.69% from 255 or 30.56% from 36); Max value from RGB is 16 - color contains mainly: red. Hex color #10090B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10090B is #EFF6F4. Grayscale: #0B0B0B. Windows color (decimal): -15726325 or 723216. OLE color: 723216.

HSL color Cylindrical-coordinate representation of color #10090B: hue angle of 342.86º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #10090B is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.94.

Color convert

RGB16911-
CMYK00.440.310.94
HSL342.86º28%4.9%-
HSV(B)342.86º43.75%6.27%-
XYZ0.370.330.36-
YUV11.32127.82131.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 44.44%
GREEN value IS 9 (3.91% from 255) = 25%
BLUE value IS 11 (4.69% from 255) = 30.56%
R=44.44%
G=25%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1691100.440.310.94342.86284.9
Hex109B02C1F5E1571c5
Octal20111305437136527345
Binary1000010011011010110011111101111010101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10090B; }

 p { color: rgb(16,9,11); }

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

<style>
 a { background-color: #10090B; }

 a { background-color: rgb(16,9,11); }

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

<style>
 span { border-color: #10090B; }

 span { border-color: rgb(16,9,11); }

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