Html Css Color HEX #900012 Carmine

📋 copy color: '#900012'

red 144 ◦ green 0 ◦ blue 18

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

Shades of Carmine #900012

Tints of Carmine #900012

RGB

 RED value IS 144 (56.64% from 255) = 88.89%

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

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

R = 88.89%
G = 0%
B = 11.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#900012 (or 0x900012) is known color: Carmine. HEX triplet: 90, 00 and 12. RGB value is (144,0,18). Sum of RGB (Red+Green+Blue) = 144+0+18=162 (21% of max value = 765). Red value is 144 (56.64% from 255 or 88.89% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 144 - color contains mainly: red. Hex color #900012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900012 is #6FFFED. Grayscale: #2D2D2D. Windows color (decimal): -7340014 or 1179792. OLE color: 1179792.

HSL color Cylindrical-coordinate representation of color #900012: hue angle of 352.5º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900012 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 0 18 -
CMYK 0 1 0.88 0.44
HSL 352.5º 1% 0.28% -
HSV(B) 352.5º 1% 0.56% -
XYZ 11.61 5.97 1.11 -
YUV 45.11 112.71 198.54 -
System Red Green Blue C M Y K H S L
Decimal 144 0 18 0 1 0.88 0.44 352.5 1 0.28
Hex 90 0 12 0 64 58 2C 160 64 1C
Octal 220 0 22 0 144 130 54 540 144 34
Binary 10010000 0 10010 0 1100100 1011000 101100 101100000 1100100 11100

Color Harmonies of #900012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900012

Black with #900012

Text Example


Text Example

White with #900012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900012; }

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

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

background-color css

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

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

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

border-color css

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

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

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