#10050A

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

Shades of Rustic Red #10050A

Tints of Rustic Red #10050A

Color information

#10050A (or 0x10050A) is unknown color: approx Rustic Red. HEX triplet: 10, 05 and 0A. RGB value is (16,5,10). Sum of RGB (Red+Green+Blue) = 16+5+10=31 (4% of max value = 765). Red value is 16 (6.64% from 255 or 51.61% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 10 (4.30% from 255 or 32.26% from 31); Max value from RGB is 16 - color contains mainly: red. Hex color #10050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10050A is #EFFAF5. Grayscale: #080808. Windows color (decimal): -15727350 or 656656. OLE color: 656656.

HSL color Cylindrical-coordinate representation of color #10050A: hue angle of 332.73º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #10050A is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.94.

Color convert

RGB16510-
CMYK00.690.370.94
HSL332.73º52.38%4.12%-
HSV(B)332.73º68.75%6.27%-
XYZ0.320.240.32-
YUV8.86128.64133.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 51.61%
GREEN value IS 5 (2.34% from 255) = 16.13%
BLUE value IS 10 (4.30% from 255) = 32.26%
R=51.61%
G=16.13%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1651000.690.370.94332.7352.384.12
Hex105A045255E14d344
Octal20512010545136515644
Binary100001011010010001011001011011110101001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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