#99002F

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

Shades of Carmine #99002F

Tints of Carmine #99002F

Color information

#99002F (or 0x99002F) is unknown color: approx Carmine. HEX triplet: 99, 00 and 2F. RGB value is (153,0,47). Sum of RGB (Red+Green+Blue) = 153+0+47=200 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 153 - color contains mainly: red. Hex color #99002F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99002F is #66FFD0. Grayscale: #333333. Windows color (decimal): -6750161 or 3080345. OLE color: 3080345.

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

Color convert

RGB153047-
CMYK010.690.4
HSL341.57º100%30%-
HSV(B)341.57º100%60%-
XYZ13.656.983.32-
YUV51.1125.69200.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 76.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 23.5%
R=76.5%
G=0%
B=23.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153047010.690.4341.5710030
Hex9902F0644528156641e
Octal23105701441055052614436
Binary100110010101111011001001000101101000101010110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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