#120305

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

Shades of Rustic Red #120305

Tints of Rustic Red #120305

Color information

#120305 (or 0x120305) is unknown color: approx Rustic Red. HEX triplet: 12, 03 and 05. RGB value is (18,3,5). Sum of RGB (Red+Green+Blue) = 18+3+5=26 (3% of max value = 765). Red value is 18 (7.42% from 255 or 69.23% from 26); Green value is 3 (1.56% from 255 or 11.54% from 26); Blue value is 5 (2.34% from 255 or 19.23% from 26); Max value from RGB is 18 - color contains mainly: red. Hex color #120305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120305 is #EDFCFA. Grayscale: #070707. Windows color (decimal): -15596795 or 328466. OLE color: 328466.

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

Color convert

RGB1835-
CMYK00.830.720.93
HSL352º71.43%4.12%-
HSV(B)352º83.33%7.06%-
XYZ0.310.20.17-
YUV7.71126.47135.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 69.23%
GREEN value IS 3 (1.56% from 255) = 11.54%
BLUE value IS 5 (2.34% from 255) = 19.23%
R=69.23%
G=11.54%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.72
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal183500.830.720.9335271.434.12
Hex1235053485D160474
Octal223501231101355401074
Binary100101110101010011100100010111011011000001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120305; }

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

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

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

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

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

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

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

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