#10050B

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

Shades of Rustic Red #10050B

Tints of Rustic Red #10050B

Color information

#10050B (or 0x10050B) is unknown color: approx Rustic Red. HEX triplet: 10, 05 and 0B. RGB value is (16,5,11). Sum of RGB (Red+Green+Blue) = 16+5+11=32 (4% of max value = 765). Red value is 16 (6.64% from 255 or 50% from 32); Green value is 5 (2.34% from 255 or 15.62% from 32); Blue value is 11 (4.69% from 255 or 34.38% from 32); Max value from RGB is 16 - color contains mainly: red. Hex color #10050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10050B is #EFFAF4. Grayscale: #080808. Windows color (decimal): -15727349 or 722192. OLE color: 722192.

HSL color Cylindrical-coordinate representation of color #10050B: hue angle of 327.27º 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 #10050B is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.94.

Color convert

RGB16511-
CMYK00.690.310.94
HSL327.27º52.38%4.12%-
HSV(B)327.27º68.75%6.27%-
XYZ0.330.240.35-
YUV8.97129.14133.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 15.62%
BLUE value IS 11 (4.69% from 255) = 34.38%
R=50%
G=15.62%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1651100.690.310.94327.2752.384.12
Hex105B0451F5E147344
Octal20513010537136507644
Binary10000101101101000101111111011110101000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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