Html Css Color HEX #120A0D Rustic Red

📋 copy color: '#120A0D'

red 18 ◦ green 10 ◦ blue 13

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

Shades of Rustic Red #120A0D

Tints of Rustic Red #120A0D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 24.39%

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

R = 43.9%
G = 24.39%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.93

RGB Variations

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

Color information

#120A0D (or 0x120A0D) is known color: Rustic Red. HEX triplet: 12, 0A and 0D. RGB value is (18,10,13). Sum of RGB (Red+Green+Blue) = 18+10+13=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 10 (4.30% from 255 or 24.39% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 18 - color contains mainly: red. Hex color #120A0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A0D is #EDF5F2. Grayscale: #0C0C0C. Windows color (decimal): -15594995 or 854546. OLE color: 854546.

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

Color convert

RGB 18 10 13 -
CMYK 0 0.44 0.28 0.93
HSL 337.5º 0.29% 0.05% -
HSV(B) 337.5º 0.44% 0.07% -
XYZ 0.43 0.37 0.43 -
YUV 12.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 18 10 13 0 0.44 0.28 0.93 337.5 0.29 0.05
Hex 12 A D 0 2C 1C 5D 152 1D 5
Octal 22 12 15 0 54 34 135 522 35 5
Binary 10010 1010 1101 0 101100 11100 1011101 101010010 11101 101

Color Harmonies of #120A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120A0D

Black with #120A0D

Text Example


Text Example

White with #120A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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