Html Css Color HEX #990124 Carmine

📋 copy color: '#990124'

red 153 ◦ green 1 ◦ blue 36

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

Shades of Carmine #990124

Tints of Carmine #990124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 36 (14.45% from 255) = 18.95%

R = 80.53%
G = 0.53%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#990124 (or 0x990124) is known color: Carmine. HEX triplet: 99, 01 and 24. RGB value is (153,1,36). Sum of RGB (Red+Green+Blue) = 153+1+36=190 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.53% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 153 - color contains mainly: red. Hex color #990124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990124 is #66FEDB. Grayscale: #323232. Windows color (decimal): -6749916 or 2359705. OLE color: 2359705.

HSL color Cylindrical-coordinate representation of color #990124: hue angle of 346.18º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990124 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 1 36 -
CMYK 0 0.99 0.76 0.4
HSL 346.18º 0.99% 0.3% -
HSV(B) 346.18º 0.99% 0.6% -
XYZ 13.47 6.92 2.3 -
YUV 50.44 119.86 201.15 -
System Red Green Blue C M Y K H S L
Decimal 153 1 36 0 0.99 0.76 0.4 346.18 0.99 0.3
Hex 99 1 24 0 63 4C 28 15A 63 1E
Octal 231 1 44 0 143 114 50 532 143 36
Binary 10011001 1 100100 0 1100011 1001100 101000 101011010 1100011 11110

Color Harmonies of #990124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990124

Black with #990124

Text Example


Text Example

White with #990124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990124; }

 p { color: rgb(153,1,36); }

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

background-color css

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

 a { background-color: rgb(153,1,36); }

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

border-color css

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

 span { border-color: rgb(153,1,36); }

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