Html Css Color HEX #120207 Rustic Red

📋 copy color: '#120207'

red 18 ◦ green 2 ◦ blue 7

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

Shades of Rustic Red #120207

Tints of Rustic Red #120207

RGB

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

 GREEN value IS 2 (1.17% from 255) = 7.41%

 BLUE value IS 7 (3.13% from 255) = 25.93%

R = 66.67%
G = 7.41%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.93

RGB Variations

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

Color information

#120207 (or 0x120207) is known color: Rustic Red. HEX triplet: 12, 02 and 07. RGB value is (18,2,7). Sum of RGB (Red+Green+Blue) = 18+2+7=27 (3% of max value = 765). Red value is 18 (7.42% from 255 or 66.67% from 27); Green value is 2 (1.17% from 255 or 7.41% from 27); Blue value is 7 (3.12% from 255 or 25.93% from 27); Max value from RGB is 18 - color contains mainly: red. Hex color #120207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120207 is #EDFDF8. Grayscale: #070707. Windows color (decimal): -15597049 or 459282. OLE color: 459282.

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

Color convert

RGB 18 2 7 -
CMYK 0 0.89 0.61 0.93
HSL 341.25º 0.8% 0.04% -
HSV(B) 341.25º 0.89% 0.07% -
XYZ 0.31 0.19 0.22 -
YUV 7.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 18 2 7 0 0.89 0.61 0.93 341.25 0.8 0.04
Hex 12 2 7 0 59 3D 5D 155 50 4
Octal 22 2 7 0 131 75 135 525 120 4
Binary 10010 10 111 0 1011001 111101 1011101 101010101 1010000 100

Color Harmonies of #120207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120207

Black with #120207

Text Example


Text Example

White with #120207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120207; }

 p { color: rgb(18,2,7); }

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

background-color css

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

 a { background-color: rgb(18,2,7); }

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

border-color css

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

 span { border-color: rgb(18,2,7); }

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