Html Css Color HEX #990023 Carmine

📋 copy color: '#990023'

red 153 ◦ green 0 ◦ blue 35

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

Shades of Carmine #990023

Tints of Carmine #990023

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 81.38%
G = 0%
B = 18.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.4

RGB Variations

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

Color information

#990023 (or 0x990023) is known color: Carmine. HEX triplet: 99, 00 and 23. RGB value is (153,0,35). Sum of RGB (Red+Green+Blue) = 153+0+35=188 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.38% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 153 - color contains mainly: red. Hex color #990023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990023 is #66FFDC. Grayscale: #313131. Windows color (decimal): -6750173 or 2293913. OLE color: 2293913.

HSL color Cylindrical-coordinate representation of color #990023: hue angle of 346.27º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990023 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 0 35 -
CMYK 0 1 0.77 0.4
HSL 346.27º 1% 0.3% -
HSV(B) 346.27º 1% 0.6% -
XYZ 13.44 6.89 2.21 -
YUV 49.74 119.69 201.65 -
System Red Green Blue C M Y K H S L
Decimal 153 0 35 0 1 0.77 0.4 346.27 1 0.3
Hex 99 0 23 0 64 4D 28 15A 64 1E
Octal 231 0 43 0 144 115 50 532 144 36
Binary 10011001 0 100011 0 1100100 1001101 101000 101011010 1100100 11110

Color Harmonies of #990023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990023

Black with #990023

Text Example


Text Example

White with #990023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990023; }

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

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

background-color css

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

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

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

border-color css

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

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

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