#120308

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

Shades of Rustic Red #120308

Tints of Rustic Red #120308

Color information

#120308 (or 0x120308) is unknown color: approx Rustic Red. HEX triplet: 12, 03 and 08. RGB value is (18,3,8). Sum of RGB (Red+Green+Blue) = 18+3+8=29 (3% of max value = 765). Red value is 18 (7.42% from 255 or 62.07% from 29); Green value is 3 (1.56% from 255 or 10.34% from 29); Blue value is 8 (3.52% from 255 or 27.59% from 29); Max value from RGB is 18 - color contains mainly: red. Hex color #120308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120308 is #EDFCF7. Grayscale: #080808. Windows color (decimal): -15596792 or 525074. OLE color: 525074.

HSL color Cylindrical-coordinate representation of color #120308: hue angle of 340º 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 #120308 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.93.

Color convert

RGB1838-
CMYK00.830.560.93
HSL340º71.43%4.12%-
HSV(B)340º83.33%7.06%-
XYZ0.330.210.25-
YUV8.06127.97135.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 62.07%
GREEN value IS 3 (1.56% from 255) = 10.34%
BLUE value IS 8 (3.52% from 255) = 27.59%
R=62.07%
G=10.34%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.56
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal183800.830.560.9334071.434.12
Hex1238053385D154474
Octal223100123701355241074
Binary100101110000101001111100010111011010101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120308; }

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

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

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

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

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

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

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

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