#10090A

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

Shades of Rustic Red #10090A

Tints of Rustic Red #10090A

Color information

#10090A (or 0x10090A) is unknown color: approx Rustic Red. HEX triplet: 10, 09 and 0A. RGB value is (16,9,10). Sum of RGB (Red+Green+Blue) = 16+9+10=35 (4% of max value = 765). Red value is 16 (6.64% from 255 or 45.71% from 35); Green value is 9 (3.91% from 255 or 25.71% from 35); Blue value is 10 (4.30% from 255 or 28.57% from 35); Max value from RGB is 16 - color contains mainly: red. Hex color #10090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10090A is #EFF6F5. Grayscale: #0B0B0B. Windows color (decimal): -15726326 or 657680. OLE color: 657680.

HSL color Cylindrical-coordinate representation of color #10090A: hue angle of 351.43º 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 #10090A is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.94.

Color convert

RGB16910-
CMYK00.440.370.94
HSL351.43º28%4.9%-
HSV(B)351.43º43.75%6.27%-
XYZ0.370.330.33-
YUV11.21127.32131.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 45.71%
GREEN value IS 9 (3.91% from 255) = 25.71%
BLUE value IS 10 (4.30% from 255) = 28.57%
R=45.71%
G=25.71%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1691000.440.370.94351.43284.9
Hex109A02C255E15f1c5
Octal20111205445136537345
Binary10000100110100101100100101101111010101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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