Html Css Color HEX #120709 Rustic Red

📋 copy color: '#120709'

red 18 ◦ green 7 ◦ blue 9

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

Shades of Rustic Red #120709

Tints of Rustic Red #120709

RGB

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

 GREEN value IS 7 (3.13% from 255) = 20.59%

 BLUE value IS 9 (3.91% from 255) = 26.47%

R = 52.94%
G = 20.59%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.5

 K value IS 0.93

RGB Variations

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

Color information

#120709 (or 0x120709) is known color: Rustic Red. HEX triplet: 12, 07 and 09. RGB value is (18,7,9). Sum of RGB (Red+Green+Blue) = 18+7+9=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 7 (3.12% from 255 or 20.59% from 34); Blue value is 9 (3.91% from 255 or 26.47% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #120709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120709 is #EDF8F6. Grayscale: #0A0A0A. Windows color (decimal): -15595767 or 591634. OLE color: 591634.

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

Color convert

RGB 18 7 9 -
CMYK 0 0.61 0.5 0.93
HSL 349.09º 0.44% 0.05% -
HSV(B) 349.09º 0.61% 0.07% -
XYZ 0.37 0.3 0.3 -
YUV 10.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 18 7 9 0 0.61 0.5 0.93 349.09 0.44 0.05
Hex 12 7 9 0 3D 32 5D 15D 2C 5
Octal 22 7 11 0 75 62 135 535 54 5
Binary 10010 111 1001 0 111101 110010 1011101 101011101 101100 101

Color Harmonies of #120709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120709

Black with #120709

Text Example


Text Example

White with #120709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120709; }

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

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

background-color css

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

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

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

border-color css

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

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

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