Html Css Color HEX #120010 Mardi Gras

📋 copy color: '#120010'

red 18 ◦ green 0 ◦ blue 16

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

Shades of Mardi Gras #120010

Tints of Mardi Gras #120010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 47.06%

R = 52.94%
G = 0%
B = 47.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#120010 (or 0x120010) is known color: Mardi Gras. HEX triplet: 12, 00 and 10. RGB value is (18,0,16). Sum of RGB (Red+Green+Blue) = 18+0+16=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 16 (6.64% from 255 or 47.06% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #120010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120010 is #EDFFEF. Grayscale: #070707. Windows color (decimal): -15597552 or 1048594. OLE color: 1048594.

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

Color convert

RGB 18 0 16 -
CMYK 0 1 0.11 0.93
HSL 306.67º 1% 0.04% -
HSV(B) 306.67º 1% 0.07% -
XYZ 0.34 0.17 0.5 -
YUV 7.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 18 0 16 0 1 0.11 0.93 306.67 1 0.04
Hex 12 0 10 0 64 B 5D 133 64 4
Octal 22 0 20 0 144 13 135 463 144 4
Binary 10010 0 10000 0 1100100 1011 1011101 100110011 1100100 100

Color Harmonies of #120010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120010

Black with #120010

Text Example


Text Example

White with #120010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120010; }

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

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

background-color css

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

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

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

border-color css

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

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

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