Html Css Color HEX #990032 Carmine

📋 copy color: '#990032'

red 153 ◦ green 0 ◦ blue 50

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

Shades of Carmine #990032

Tints of Carmine #990032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.63%

R = 75.37%
G = 0%
B = 24.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#990032 (or 0x990032) is known color: Carmine. HEX triplet: 99, 00 and 32. RGB value is (153,0,50). Sum of RGB (Red+Green+Blue) = 153+0+50=203 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.37% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 153 - color contains mainly: red. Hex color #990032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990032 is #66FFCD. Grayscale: #333333. Windows color (decimal): -6750158 or 3276953. OLE color: 3276953.

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

Color convert

RGB 153 0 50 -
CMYK 0 1 0.67 0.4
HSL 340.39º 1% 0.3% -
HSV(B) 340.39º 1% 0.6% -
XYZ 13.71 7 3.65 -
YUV 51.45 127.19 200.43 -
System Red Green Blue C M Y K H S L
Decimal 153 0 50 0 1 0.67 0.4 340.39 1 0.3
Hex 99 0 32 0 64 43 28 154 64 1E
Octal 231 0 62 0 144 103 50 524 144 36
Binary 10011001 0 110010 0 1100100 1000011 101000 101010100 1100100 11110

Color Harmonies of #990032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990032

Black with #990032

Text Example


Text Example

White with #990032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990032; }

 p { color: rgb(153,0,50); }

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

background-color css

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

 a { background-color: rgb(153,0,50); }

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

border-color css

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

 span { border-color: rgb(153,0,50); }

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