Html Css Color HEX #990220 Carmine

📋 copy color: '#990220'

red 153 ◦ green 2 ◦ blue 32

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

Shades of Carmine #990220

Tints of Carmine #990220

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.07%

 BLUE value IS 32 (12.89% from 255) = 17.11%

R = 81.82%
G = 1.07%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#990220 (or 0x990220) is known color: Carmine. HEX triplet: 99, 02 and 20. RGB value is (153,2,32). Sum of RGB (Red+Green+Blue) = 153+2+32=187 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.82% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 153 - color contains mainly: red. Hex color #990220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990220 is #66FDDF. Grayscale: #323232. Windows color (decimal): -6749664 or 2097817. OLE color: 2097817.

HSL color Cylindrical-coordinate representation of color #990220: hue angle of 348.08º degrees, saturation: 0.97, 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 #990220 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 2 32 -
CMYK 0 0.99 0.79 0.4
HSL 348.08º 0.97% 0.3% -
HSV(B) 348.08º 0.99% 0.6% -
XYZ 13.42 6.92 1.99 -
YUV 50.57 117.53 201.06 -
System Red Green Blue C M Y K H S L
Decimal 153 2 32 0 0.99 0.79 0.4 348.08 0.97 0.3
Hex 99 2 20 0 63 4F 28 15C 61 1E
Octal 231 2 40 0 143 117 50 534 141 36
Binary 10011001 10 100000 0 1100011 1001111 101000 101011100 1100001 11110

Color Harmonies of #990220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990220

Black with #990220

Text Example


Text Example

White with #990220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990220; }

 p { color: rgb(153,2,32); }

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

background-color css

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

 a { background-color: rgb(153,2,32); }

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

border-color css

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

 span { border-color: rgb(153,2,32); }

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