#99002B

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

Shades of Carmine #99002B

Tints of Carmine #99002B

Color information

#99002B (or 0x99002B) is unknown color: approx Carmine. HEX triplet: 99, 00 and 2B. RGB value is (153,0,43). Sum of RGB (Red+Green+Blue) = 153+0+43=196 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.06% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 153 - color contains mainly: red. Hex color #99002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99002B is #66FFD4. Grayscale: #323232. Windows color (decimal): -6750165 or 2818201. OLE color: 2818201.

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

Color convert

RGB153043-
CMYK010.720.4
HSL343.14º100%30%-
HSV(B)343.14º100%60%-
XYZ13.576.952.91-
YUV50.65123.69201-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 78.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 21.94%
R=78.06%
G=0%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153043010.720.4343.1410030
Hex9902B0644828157641e
Octal23105301441105052714436
Binary100110010101011011001001001000101000101010111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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