#990023

Color #990023 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #990023

Tints of Carmine #990023

Color information

#990023 (or 0x990023) is unknown color: approx 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

RGB153035-
CMYK010.770.4
HSL346.27º100%30%-
HSV(B)346.27º100%60%-
XYZ13.446.892.21-
YUV49.74119.69201.65-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153035010.770.4346.2710030
Hex990230644D2815a641e
Octal23104301441155053214436
Binary100110010100011011001001001101101000101011010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>