Html Css Color HEX #990323 Carmine

📋 copy color: '#990323'

red 153 ◦ green 3 ◦ blue 35

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

Shades of Carmine #990323

Tints of Carmine #990323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.32%

R = 80.1%
G = 1.57%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.4

RGB Variations

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

Color information

#990323 (or 0x990323) is known color: Carmine. HEX triplet: 99, 03 and 23. RGB value is (153,3,35). Sum of RGB (Red+Green+Blue) = 153+3+35=191 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.10% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 153 - color contains mainly: red. Hex color #990323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990323 is #66FCDC. Grayscale: #333333. Windows color (decimal): -6749405 or 2294681. OLE color: 2294681.

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

Color convert

RGB 153 3 35 -
CMYK 0 0.98 0.77 0.4
HSL 347.2º 0.96% 0.31% -
HSV(B) 347.2º 0.98% 0.6% -
XYZ 13.47 6.96 2.22 -
YUV 51.5 118.7 200.4 -
System Red Green Blue C M Y K H S L
Decimal 153 3 35 0 0.98 0.77 0.4 347.2 0.96 0.31
Hex 99 3 23 0 62 4D 28 15B 60 1F
Octal 231 3 43 0 142 115 50 533 140 37
Binary 10011001 11 100011 0 1100010 1001101 101000 101011011 1100000 11111

Color Harmonies of #990323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990323

Black with #990323

Text Example


Text Example

White with #990323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990323; }

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

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

background-color css

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

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

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

border-color css

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

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

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