Html Css Color HEX #120012 Mardi Gras

📋 copy color: '#120012'

red 18 ◦ green 0 ◦ blue 18

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

Shades of Mardi Gras #120012

Tints of Mardi Gras #120012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 18 (7.42% from 255) = 50%

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#120012 (or 0x120012) is known color: Mardi Gras. HEX triplet: 12, 00 and 12. RGB value is (18,0,18). Sum of RGB (Red+Green+Blue) = 18+0+18=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 18 (7.42% from 255 or 50% from 36); Max value from RGB is 18 - color contains mainly: red, blue. Hex color #120012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120012 is #EDFFED. Grayscale: #070707. Windows color (decimal): -15597550 or 1179666. OLE color: 1179666.

HSL color Cylindrical-coordinate representation of color #120012: hue angle of 300º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120012 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 0 18 -
CMYK 0 1 0 0.93
HSL 300º 1% 0.04% -
HSV(B) 300º 1% 0.07% -
XYZ 0.36 0.17 0.59 -
YUV 7.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 18 0 18 0 1 0 0.93 300 1 0.04
Hex 12 0 12 0 64 0 5D 12C 64 4
Octal 22 0 22 0 144 0 135 454 144 4
Binary 10010 0 10010 0 1100100 0 1011101 100101100 1100100 100

Color Harmonies of #120012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120012

Black with #120012

Text Example


Text Example

White with #120012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120012; }

 p { color: rgb(18,0,18); }

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

background-color css

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

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

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

border-color css

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

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

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