#990318

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

Shades of Carmine #990318

Tints of Carmine #990318

Color information

#990318 (or 0x990318) is unknown color: approx Carmine. HEX triplet: 99, 03 and 18. RGB value is (153,3,24). Sum of RGB (Red+Green+Blue) = 153+3+24=180 (23% of max value = 765). Red value is 153 (60.16% from 255 or 85% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 153 - color contains mainly: red. Hex color #990318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990318 is #66FCE7. Grayscale: #323232. Windows color (decimal): -6749416 or 1573785. OLE color: 1573785.

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

Color convert

RGB153324-
CMYK00.980.840.4
HSL351.6º96.15%30.59%-
HSV(B)351.6º98.04%60%-
XYZ13.336.91.49-
YUV50.24113.2201.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 85%
GREEN value IS 3 (1.56% from 255) = 1.67%
BLUE value IS 24 (9.77% from 255) = 13.33%
R=85%
G=1.67%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15332400.980.840.4351.696.1530.59
Hex993180625428160601f
Octal23133001421245054014037
Binary100110011111000011000101010100101000101100000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990318; }

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

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

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

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

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

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

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

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