#990018

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

Shades of Carmine #990018

Tints of Carmine #990018

Color information

#990018 (or 0x990018) is unknown color: approx Carmine. HEX triplet: 99, 00 and 18. RGB value is (153,0,24). Sum of RGB (Red+Green+Blue) = 153+0+24=177 (23% of max value = 765). Red value is 153 (60.16% from 255 or 86.44% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 153 - color contains mainly: red. Hex color #990018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990018 is #66FFE7. Grayscale: #303030. Windows color (decimal): -6750184 or 1573017. OLE color: 1573017.

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

Color convert

RGB153024-
CMYK010.840.4
HSL350.59º100%30%-
HSV(B)350.59º100%60%-
XYZ13.36.841.48-
YUV48.48114.19202.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 86.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 13.56%
R=86.44%
G=0%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153024010.840.4350.5910030
Hex99018064542815f641e
Octal23103001441245053714436
Binary10011001011000011001001010100101000101011111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990018; }

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

 H1.HeaderClassName
 {
   color: #990018;
 }
 .AnyTagClassName
 {
   color: #990018;
 }
</style>
background-color css

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

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

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

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

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

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