Html Css Color HEX #990123 Carmine

📋 copy color: '#990123'

red 153 ◦ green 1 ◦ blue 35

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

Shades of Carmine #990123

Tints of Carmine #990123

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 80.95%
G = 0.53%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.4

RGB Variations

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

Color information

#990123 (or 0x990123) is known color: Carmine. HEX triplet: 99, 01 and 23. RGB value is (153,1,35). Sum of RGB (Red+Green+Blue) = 153+1+35=189 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.95% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 153 - color contains mainly: red. Hex color #990123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990123 is #66FEDC. Grayscale: #323232. Windows color (decimal): -6749917 or 2294169. OLE color: 2294169.

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

Color convert

RGB 153 1 35 -
CMYK 0 0.99 0.77 0.4
HSL 346.58º 0.99% 0.3% -
HSV(B) 346.58º 0.99% 0.6% -
XYZ 13.45 6.92 2.22 -
YUV 50.32 119.36 201.24 -
System Red Green Blue C M Y K H S L
Decimal 153 1 35 0 0.99 0.77 0.4 346.58 0.99 0.3
Hex 99 1 23 0 63 4D 28 15B 63 1E
Octal 231 1 43 0 143 115 50 533 143 36
Binary 10011001 1 100011 0 1100011 1001101 101000 101011011 1100011 11110

Color Harmonies of #990123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990123

Black with #990123

Text Example


Text Example

White with #990123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990123; }

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

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

background-color css

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

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

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

border-color css

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

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

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