Html Css Color HEX #120C0D Rustic Red

📋 copy color: '#120C0D'

red 18 ◦ green 12 ◦ blue 13

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

Shades of Rustic Red #120C0D

Tints of Rustic Red #120C0D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 27.91%

 BLUE value IS 13 (5.47% from 255) = 30.23%

R = 41.86%
G = 27.91%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.93

RGB Variations

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

Color information

#120C0D (or 0x120C0D) is known color: Rustic Red. HEX triplet: 12, 0C and 0D. RGB value is (18,12,13). Sum of RGB (Red+Green+Blue) = 18+12+13=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 12 (5.08% from 255 or 27.91% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 18 - color contains mainly: red. Hex color #120C0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C0D is #EDF3F2. Grayscale: #0D0D0D. Windows color (decimal): -15594483 or 855058. OLE color: 855058.

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

Color convert

RGB 18 12 13 -
CMYK 0 0.33 0.28 0.93
HSL 350º 0.2% 0.06% -
HSV(B) 350º 0.33% 0.07% -
XYZ 0.45 0.42 0.44 -
YUV 13.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 18 12 13 0 0.33 0.28 0.93 350 0.2 0.06
Hex 12 C D 0 21 1C 5D 15E 14 6
Octal 22 14 15 0 41 34 135 536 24 6
Binary 10010 1100 1101 0 100001 11100 1011101 101011110 10100 110

Color Harmonies of #120C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120C0D

Black with #120C0D

Text Example


Text Example

White with #120C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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