Html Css Color HEX #120A0B Rustic Red

📋 copy color: '#120A0B'

red 18 ◦ green 10 ◦ blue 11

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

Shades of Rustic Red #120A0B

Tints of Rustic Red #120A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 28.21%

R = 46.15%
G = 25.64%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.93

RGB Variations

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

Color information

#120A0B (or 0x120A0B) is known color: Rustic Red. HEX triplet: 12, 0A and 0B. RGB value is (18,10,11). Sum of RGB (Red+Green+Blue) = 18+10+11=39 (5% of max value = 765). Red value is 18 (7.42% from 255 or 46.15% from 39); Green value is 10 (4.30% from 255 or 25.64% from 39); Blue value is 11 (4.69% from 255 or 28.21% from 39); Max value from RGB is 18 - color contains mainly: red. Hex color #120A0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A0B is #EDF5F4. Grayscale: #0C0C0C. Windows color (decimal): -15594997 or 723474. OLE color: 723474.

HSL color Cylindrical-coordinate representation of color #120A0B: hue angle of 352.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 #120A0B is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 10 11 -
CMYK 0 0.44 0.39 0.93
HSL 352.5º 0.29% 0.05% -
HSV(B) 352.5º 0.44% 0.07% -
XYZ 0.42 0.37 0.37 -
YUV 12.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 18 10 11 0 0.44 0.39 0.93 352.5 0.29 0.05
Hex 12 A B 0 2C 27 5D 160 1D 5
Octal 22 12 13 0 54 47 135 540 35 5
Binary 10010 1010 1011 0 101100 100111 1011101 101100000 11101 101

Color Harmonies of #120A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120A0B

Black with #120A0B

Text Example


Text Example

White with #120A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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