Html Css Color HEX #990320 Carmine

📋 copy color: '#990320'

red 153 ◦ green 3 ◦ blue 32

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

Shades of Carmine #990320

Tints of Carmine #990320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 81.38%
G = 1.6%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#990320 (or 0x990320) is known color: Carmine. HEX triplet: 99, 03 and 20. RGB value is (153,3,32). Sum of RGB (Red+Green+Blue) = 153+3+32=188 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.38% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 153 - color contains mainly: red. Hex color #990320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990320 is #66FCDF. Grayscale: #333333. Windows color (decimal): -6749408 or 2098073. OLE color: 2098073.

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

Color convert

RGB 153 3 32 -
CMYK 0 0.98 0.79 0.4
HSL 348.4º 0.96% 0.31% -
HSV(B) 348.4º 0.98% 0.6% -
XYZ 13.43 6.94 2 -
YUV 51.16 117.2 200.64 -
System Red Green Blue C M Y K H S L
Decimal 153 3 32 0 0.98 0.79 0.4 348.4 0.96 0.31
Hex 99 3 20 0 62 4F 28 15C 60 1F
Octal 231 3 40 0 142 117 50 534 140 37
Binary 10011001 11 100000 0 1100010 1001111 101000 101011100 1100000 11111

Color Harmonies of #990320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990320

Black with #990320

Text Example


Text Example

White with #990320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990320; }

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

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

background-color css

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

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

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

border-color css

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

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

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