Html Css Color HEX #990412 Carmine

📋 copy color: '#990412'

red 153 ◦ green 4 ◦ blue 18

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

Shades of Carmine #990412

Tints of Carmine #990412

RGB

 RED value IS 153 (60.16% from 255) = 87.43%

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

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

R = 87.43%
G = 2.29%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#990412 (or 0x990412) is known color: Carmine. HEX triplet: 99, 04 and 12. RGB value is (153,4,18). Sum of RGB (Red+Green+Blue) = 153+4+18=175 (23% of max value = 765). Red value is 153 (60.16% from 255 or 87.43% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 153 - color contains mainly: red. Hex color #990412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990412 is #66FBED. Grayscale: #323232. Windows color (decimal): -6749166 or 1180825. OLE color: 1180825.

HSL color Cylindrical-coordinate representation of color #990412: hue angle of 354.36º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #990412 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 4 18 -
CMYK 0 0.97 0.88 0.4
HSL 354.36º 0.95% 0.31% -
HSV(B) 354.36º 0.97% 0.6% -
XYZ 13.29 6.9 1.2 -
YUV 50.15 109.86 201.36 -
System Red Green Blue C M Y K H S L
Decimal 153 4 18 0 0.97 0.88 0.4 354.36 0.95 0.31
Hex 99 4 12 0 61 58 28 162 5F 1F
Octal 231 4 22 0 141 130 50 542 137 37
Binary 10011001 100 10010 0 1100001 1011000 101000 101100010 1011111 11111

Color Harmonies of #990412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990412

Black with #990412

Text Example


Text Example

White with #990412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990412; }

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

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

background-color css

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

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

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

border-color css

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

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

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