#99002E

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

Shades of Carmine #99002E

Tints of Carmine #99002E

Color information

#99002E (or 0x99002E) is unknown color: approx Carmine. HEX triplet: 99, 00 and 2E. RGB value is (153,0,46). Sum of RGB (Red+Green+Blue) = 153+0+46=199 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.88% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 153 - color contains mainly: red. Hex color #99002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99002E is #66FFD1. Grayscale: #323232. Windows color (decimal): -6750162 or 3014809. OLE color: 3014809.

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

Color convert

RGB153046-
CMYK010.700.4
HSL341.96º100%30%-
HSV(B)341.96º100%60%-
XYZ13.636.973.21-
YUV50.99125.19200.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 76.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 23.12%
R=76.88%
G=0%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153046010.700.4341.9610030
Hex9902E0644628156641e
Octal23105601441065052614436
Binary100110010101110011001001000110101000101010110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99002E; }

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

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

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

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

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

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

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

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