Html Css Color HEX #990222 Carmine

📋 copy color: '#990222'

red 153 ◦ green 2 ◦ blue 34

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

Shades of Carmine #990222

Tints of Carmine #990222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.99%

R = 80.95%
G = 1.06%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#990222 (or 0x990222) is known color: Carmine. HEX triplet: 99, 02 and 22. RGB value is (153,2,34). Sum of RGB (Red+Green+Blue) = 153+2+34=189 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.95% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 153 - color contains mainly: red. Hex color #990222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990222 is #66FDDD. Grayscale: #323232. Windows color (decimal): -6749662 or 2228889. OLE color: 2228889.

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

Color convert

RGB 153 2 34 -
CMYK 0 0.99 0.78 0.4
HSL 347.28º 0.97% 0.3% -
HSV(B) 347.28º 0.99% 0.6% -
XYZ 13.45 6.93 2.14 -
YUV 50.8 118.53 200.9 -
System Red Green Blue C M Y K H S L
Decimal 153 2 34 0 0.99 0.78 0.4 347.28 0.97 0.3
Hex 99 2 22 0 63 4E 28 15B 61 1E
Octal 231 2 42 0 143 116 50 533 141 36
Binary 10011001 10 100010 0 1100011 1001110 101000 101011011 1100001 11110

Color Harmonies of #990222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990222

Black with #990222

Text Example


Text Example

White with #990222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990222; }

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

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

background-color css

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

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

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

border-color css

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

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

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