#99132A

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

Shades of Carmine #99132A

Tints of Carmine #99132A

Color information

#99132A (or 0x99132A) is unknown color: approx Carmine. HEX triplet: 99, 13 and 2A. RGB value is (153,19,42). Sum of RGB (Red+Green+Blue) = 153+19+42=214 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.50% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 153 - color contains mainly: red. Hex color #99132A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99132A is #66ECD5. Grayscale: #3D3D3D. Windows color (decimal): -6745302 or 2757529. OLE color: 2757529.

HSL color Cylindrical-coordinate representation of color #99132A: hue angle of 349.7º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99132A is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB1531942-
CMYK00.880.730.4
HSL349.7º77.91%33.73%-
HSV(B)349.7º87.58%60%-
XYZ13.797.412.89-
YUV61.69116.89193.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 71.50%
GREEN value IS 19 (7.81% from 255) = 8.88%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=71.50%
G=8.88%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153194200.880.730.4349.777.9133.73
Hex99132A058492815e4e22
Octal231235201301115053611642
Binary10011001100111010100101100010010011010001010111101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99132A; }

 p { color: rgb(153,19,42); }

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

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

 a { background-color: rgb(153,19,42); }

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

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

 span { border-color: rgb(153,19,42); }

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