#12050A

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

Shades of Rustic Red #12050A

Tints of Rustic Red #12050A

Color information

#12050A (or 0x12050A) is unknown color: approx Rustic Red. HEX triplet: 12, 05 and 0A. RGB value is (18,5,10). Sum of RGB (Red+Green+Blue) = 18+5+10=33 (4% of max value = 765). Red value is 18 (7.42% from 255 or 54.55% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 10 (4.30% from 255 or 30.30% from 33); Max value from RGB is 18 - color contains mainly: red. Hex color #12050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12050A is #EDFAF5. Grayscale: #090909. Windows color (decimal): -15596278 or 656658. OLE color: 656658.

HSL color Cylindrical-coordinate representation of color #12050A: hue angle of 336.92º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #12050A is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.93.

Color convert

RGB18510-
CMYK00.720.440.93
HSL336.92º56.52%4.51%-
HSV(B)336.92º72.22%7.06%-
XYZ0.360.260.32-
YUV9.46128.31134.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 54.55%
GREEN value IS 5 (2.34% from 255) = 15.15%
BLUE value IS 10 (4.30% from 255) = 30.30%
R=54.55%
G=15.15%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1851000.720.440.93336.9256.524.51
Hex125A0482C5D151395
Octal22512011054135521715
Binary100101011010010010001011001011101101010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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