Html Css Color HEX #12080C Rustic Red

📋 copy color: '#12080C'

red 18 ◦ green 8 ◦ blue 12

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

Shades of Rustic Red #12080C

Tints of Rustic Red #12080C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 21.05%

 BLUE value IS 12 (5.08% from 255) = 31.58%

R = 47.37%
G = 21.05%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.93

RGB Variations

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

Color information

#12080C (or 0x12080C) is known color: Rustic Red. HEX triplet: 12, 08 and 0C. RGB value is (18,8,12). Sum of RGB (Red+Green+Blue) = 18+8+12=38 (5% of max value = 765). Red value is 18 (7.42% from 255 or 47.37% from 38); Green value is 8 (3.52% from 255 or 21.05% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 18 - color contains mainly: red. Hex color #12080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12080C is #EDF7F3. Grayscale: #0B0B0B. Windows color (decimal): -15595508 or 788498. OLE color: 788498.

HSL color Cylindrical-coordinate representation of color #12080C: hue angle of 336º degrees, saturation: 0.38, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #12080C is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 8 12 -
CMYK 0 0.56 0.33 0.93
HSL 336º 0.38% 0.05% -
HSV(B) 336º 0.56% 0.07% -
XYZ 0.4 0.33 0.39 -
YUV 11.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 18 8 12 0 0.56 0.33 0.93 336 0.38 0.05
Hex 12 8 C 0 38 21 5D 150 26 5
Octal 22 10 14 0 70 41 135 520 46 5
Binary 10010 1000 1100 0 111000 100001 1011101 101010000 100110 101

Color Harmonies of #12080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12080C

Black with #12080C

Text Example


Text Example

White with #12080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12080C; }

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

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

background-color css

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

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

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

border-color css

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

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

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