Html Css Color HEX #120412 Mardi Gras

📋 copy color: '#120412'

red 18 ◦ green 4 ◦ blue 18

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

Shades of Mardi Gras #120412

Tints of Mardi Gras #120412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 10%

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

R = 45%
G = 10%
B = 45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#120412 (or 0x120412) is known color: Mardi Gras. HEX triplet: 12, 04 and 12. RGB value is (18,4,18). Sum of RGB (Red+Green+Blue) = 18+4+18=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 18 - color contains mainly: red, blue. Hex color #120412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120412 is #EDFBED. Grayscale: #090909. Windows color (decimal): -15596526 or 1180690. OLE color: 1180690.

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

Color convert

RGB 18 4 18 -
CMYK 0 0.78 0 0.93
HSL 300º 0.64% 0.04% -
HSV(B) 300º 0.78% 0.07% -
XYZ 0.4 0.26 0.6 -
YUV 9.78 132.64 133.86 -
System Red Green Blue C M Y K H S L
Decimal 18 4 18 0 0.78 0 0.93 300 0.64 0.04
Hex 12 4 12 0 4E 0 5D 12C 40 4
Octal 22 4 22 0 116 0 135 454 100 4
Binary 10010 100 10010 0 1001110 0 1011101 100101100 1000000 100

Color Harmonies of #120412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120412

Black with #120412

Text Example


Text Example

White with #120412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120412; }

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

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

background-color css

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

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

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

border-color css

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

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

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