Html Css Color HEX #120104 Rustic Red

📋 copy color: '#120104'

red 18 ◦ green 1 ◦ blue 4

#120104
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #120104

Tints of Rustic Red #120104

RGB

 RED value IS 18 (7.42% from 255) = 78.26%

 GREEN value IS 1 (0.78% from 255) = 4.35%

 BLUE value IS 4 (1.95% from 255) = 17.39%

R = 78.26%
G = 4.35%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.93

RGB Variations

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

Color information

#120104 (or 0x120104) is known color: Rustic Red. HEX triplet: 12, 01 and 04. RGB value is (18,1,4). Sum of RGB (Red+Green+Blue) = 18+1+4=23 (3% of max value = 765). Red value is 18 (7.42% from 255 or 78.26% from 23); Green value is 1 (0.78% from 255 or 4.35% from 23); Blue value is 4 (1.95% from 255 or 17.39% from 23); Max value from RGB is 18 - color contains mainly: red. Hex color #120104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120104 is #EDFEFB. Grayscale: #060606. Windows color (decimal): -15597308 or 262418. OLE color: 262418.

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

Color convert

RGB 18 1 4 -
CMYK 0 0.94 0.78 0.93
HSL 349.41º 0.89% 0.04% -
HSV(B) 349.41º 0.94% 0.07% -
XYZ 0.28 0.16 0.13 -
YUV 6.43 126.63 136.26 -
System Red Green Blue C M Y K H S L
Decimal 18 1 4 0 0.94 0.78 0.93 349.41 0.89 0.04
Hex 12 1 4 0 5E 4E 5D 15D 59 4
Octal 22 1 4 0 136 116 135 535 131 4
Binary 10010 1 100 0 1011110 1001110 1011101 101011101 1011001 100

Color Harmonies of #120104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120104

Black with #120104

Text Example


Text Example

White with #120104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120104; }

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

 H1.HeaderClassName
 {
   color: #120104;
 }
 .AnyTagClassName
 {
   color: #120104;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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