Html Css Color HEX #120612 Mardi Gras

📋 copy color: '#120612'

red 18 ◦ green 6 ◦ blue 18

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

Shades of Mardi Gras #120612

Tints of Mardi Gras #120612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 14.29%

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

R = 42.86%
G = 14.29%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#120612 (or 0x120612) is known color: Mardi Gras. HEX triplet: 12, 06 and 12. RGB value is (18,6,18). Sum of RGB (Red+Green+Blue) = 18+6+18=42 (5% of max value = 765). Red value is 18 (7.42% from 255 or 42.86% from 42); Green value is 6 (2.73% from 255 or 14.29% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 18 - color contains mainly: red, blue. Hex color #120612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120612 is #EDF9ED. Grayscale: #0A0A0A. Windows color (decimal): -15596014 or 1181202. OLE color: 1181202.

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

Color convert

RGB 18 6 18 -
CMYK 0 0.67 0 0.93
HSL 300º 0.5% 0.05% -
HSV(B) 300º 0.67% 0.07% -
XYZ 0.42 0.3 0.61 -
YUV 10.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 18 6 18 0 0.67 0 0.93 300 0.5 0.05
Hex 12 6 12 0 43 0 5D 12C 32 5
Octal 22 6 22 0 103 0 135 454 62 5
Binary 10010 110 10010 0 1000011 0 1011101 100101100 110010 101

Color Harmonies of #120612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120612

Black with #120612

Text Example


Text Example

White with #120612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120612; }

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

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

background-color css

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

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

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

border-color css

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

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

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