#990C27

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

Shades of Carmine #990C27

Tints of Carmine #990C27

Color information

#990C27 (or 0x990C27) is unknown color: approx Carmine. HEX triplet: 99, 0C and 27. RGB value is (153,12,39). Sum of RGB (Red+Green+Blue) = 153+12+39=204 (27% of max value = 765). Red value is 153 (60.16% from 255 or 75% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 153 - color contains mainly: red. Hex color #990C27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990C27 is #66F3D8. Grayscale: #393939. Windows color (decimal): -6747097 or 2559129. OLE color: 2559129.

HSL color Cylindrical-coordinate representation of color #990C27: hue angle of 348.51º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990C27 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB1531239-
CMYK00.920.750.4
HSL348.51º85.45%32.35%-
HSV(B)348.51º92.16%60%-
XYZ13.637.182.59-
YUV57.24117.71196.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 75%
GREEN value IS 12 (5.08% from 255) = 5.88%
BLUE value IS 39 (15.62% from 255) = 19.12%
R=75%
G=5.88%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153123900.920.750.4348.5185.4532.35
Hex99C2705C4B2815d5520
Octal231144701341135053512540
Binary1001100111001001110101110010010111010001010111011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990C27; }

 p { color: rgb(153,12,39); }

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

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

 a { background-color: rgb(153,12,39); }

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

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

 span { border-color: rgb(153,12,39); }

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