Html Css Color HEX #120708 Rustic Red

📋 copy color: '#120708'

red 18 ◦ green 7 ◦ blue 8

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

Shades of Rustic Red #120708

Tints of Rustic Red #120708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 24.24%

R = 54.55%
G = 21.21%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.93

RGB Variations

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

Color information

#120708 (or 0x120708) is known color: Rustic Red. HEX triplet: 12, 07 and 08. RGB value is (18,7,8). Sum of RGB (Red+Green+Blue) = 18+7+8=33 (4% of max value = 765). Red value is 18 (7.42% from 255 or 54.55% from 33); Green value is 7 (3.12% from 255 or 21.21% from 33); Blue value is 8 (3.52% from 255 or 24.24% from 33); Max value from RGB is 18 - color contains mainly: red. Hex color #120708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120708 is #EDF8F7. Grayscale: #0A0A0A. Windows color (decimal): -15595768 or 526098. OLE color: 526098.

HSL color Cylindrical-coordinate representation of color #120708: hue angle of 354.55º 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 #120708 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 7 8 -
CMYK 0 0.61 0.56 0.93
HSL 354.55º 0.44% 0.05% -
HSV(B) 354.55º 0.61% 0.07% -
XYZ 0.37 0.3 0.27 -
YUV 10.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 18 7 8 0 0.61 0.56 0.93 354.55 0.44 0.05
Hex 12 7 8 0 3D 38 5D 163 2C 5
Octal 22 7 10 0 75 70 135 543 54 5
Binary 10010 111 1000 0 111101 111000 1011101 101100011 101100 101

Color Harmonies of #120708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120708

Black with #120708

Text Example


Text Example

White with #120708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120708; }

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

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

background-color css

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

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

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

border-color css

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

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

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