#120405

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

Shades of Rustic Red #120405

Tints of Rustic Red #120405

Color information

#120405 (or 0x120405) is unknown color: approx Rustic Red. HEX triplet: 12, 04 and 05. RGB value is (18,4,5). Sum of RGB (Red+Green+Blue) = 18+4+5=27 (3% of max value = 765). Red value is 18 (7.42% from 255 or 66.67% from 27); Green value is 4 (1.95% from 255 or 14.81% from 27); Blue value is 5 (2.34% from 255 or 18.52% from 27); Max value from RGB is 18 - color contains mainly: red. Hex color #120405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120405 is #EDFBFA. Grayscale: #080808. Windows color (decimal): -15596539 or 328722. OLE color: 328722.

HSL color Cylindrical-coordinate representation of color #120405: hue angle of 355.71º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #120405 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.93.

Color convert

RGB1845-
CMYK00.780.720.93
HSL355.71º63.64%4.31%-
HSV(B)355.71º77.78%7.06%-
XYZ0.320.230.17-
YUV8.3126.14134.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 66.67%
GREEN value IS 4 (1.95% from 255) = 14.81%
BLUE value IS 5 (2.34% from 255) = 18.52%
R=66.67%
G=14.81%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal184500.780.720.93355.7163.644.31
Hex124504E485D164404
Octal224501161101355441004
Binary1001010010101001110100100010111011011001001000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120405; }

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

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

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

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

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

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

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

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