#16040A

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

Shades of Rustic Red #16040A

Tints of Rustic Red #16040A

Color information

#16040A (or 0x16040A) is unknown color: approx Rustic Red. HEX triplet: 16, 04 and 0A. RGB value is (22,4,10). Sum of RGB (Red+Green+Blue) = 22+4+10=36 (4% of max value = 765). Red value is 22 (8.98% from 255 or 61.11% from 36); Green value is 4 (1.95% from 255 or 11.11% from 36); Blue value is 10 (4.30% from 255 or 27.78% from 36); Max value from RGB is 22 - color contains mainly: red. Hex color #16040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16040A is #E9FBF5. Grayscale: #0A0A0A. Windows color (decimal): -15334390 or 656406. OLE color: 656406.

HSL color Cylindrical-coordinate representation of color #16040A: hue angle of 340º degrees, saturation: 0.69, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16040A is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.91.

Color convert

RGB22410-
CMYK00.820.550.91
HSL340º69.23%5.1%-
HSV(B)340º81.82%8.63%-
XYZ0.430.280.32-
YUV10.07127.96136.51-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 61.11%
GREEN value IS 4 (1.95% from 255) = 11.11%
BLUE value IS 10 (4.30% from 255) = 27.78%
R=61.11%
G=11.11%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2241000.820.550.9134069.235.1
Hex164A052375B154455
Octal264120122671335241055
Binary1011010010100101001011011110110111010101001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,4,10); }

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

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

 a { background-color: rgb(22,4,10); }

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

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

 span { border-color: rgb(22,4,10); }

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