#12050C

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

Shades of Rustic Red #12050C

Tints of Rustic Red #12050C

Color information

#12050C (or 0x12050C) is unknown color: approx Rustic Red. HEX triplet: 12, 05 and 0C. RGB value is (18,5,12). Sum of RGB (Red+Green+Blue) = 18+5+12=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 5 (2.34% from 255 or 14.29% from 35); Blue value is 12 (5.08% from 255 or 34.29% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #12050C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12050C is #EDFAF3. Grayscale: #090909. Windows color (decimal): -15596276 or 787730. OLE color: 787730.

HSL color Cylindrical-coordinate representation of color #12050C: hue angle of 327.69º 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 #12050C is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.93.

Color convert

RGB18512-
CMYK00.720.330.93
HSL327.69º56.52%4.51%-
HSV(B)327.69º72.22%7.06%-
XYZ0.370.260.38-
YUV9.68129.31133.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 51.43%
GREEN value IS 5 (2.34% from 255) = 14.29%
BLUE value IS 12 (5.08% from 255) = 34.29%
R=51.43%
G=14.29%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1851200.720.330.93327.6956.524.51
Hex125C048215D148395
Octal22514011041135510715
Binary100101011100010010001000011011101101001000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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