Html Css Color HEX #120D0F Rustic Red

📋 copy color: '#120D0F'

red 18 ◦ green 13 ◦ blue 15

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

Shades of Rustic Red #120D0F

Tints of Rustic Red #120D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 28.26%

 BLUE value IS 15 (6.25% from 255) = 32.61%

R = 39.13%
G = 28.26%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.93

RGB Variations

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

Color information

#120D0F (or 0x120D0F) is known color: Rustic Red. HEX triplet: 12, 0D and 0F. RGB value is (18,13,15). Sum of RGB (Red+Green+Blue) = 18+13+15=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 15 (6.25% from 255 or 32.61% from 46); Max value from RGB is 18 - color contains mainly: red. Hex color #120D0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D0F is #EDF2F0. Grayscale: #0E0E0E. Windows color (decimal): -15594225 or 986386. OLE color: 986386.

HSL color Cylindrical-coordinate representation of color #120D0F: hue angle of 336º degrees, saturation: 0.16, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #120D0F is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 13 15 -
CMYK 0 0.28 0.17 0.93
HSL 336º 0.16% 0.06% -
HSV(B) 336º 0.28% 0.07% -
XYZ 0.48 0.45 0.51 -
YUV 14.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 18 13 15 0 0.28 0.17 0.93 336 0.16 0.06
Hex 12 D F 0 1C 11 5D 150 10 6
Octal 22 15 17 0 34 21 135 520 20 6
Binary 10010 1101 1111 0 11100 10001 1011101 101010000 10000 110

Color Harmonies of #120D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D0F

Black with #120D0F

Text Example


Text Example

White with #120D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120D0F; }

 p { color: rgb(18,13,15); }

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

background-color css

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

 a { background-color: rgb(18,13,15); }

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

border-color css

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

 span { border-color: rgb(18,13,15); }

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