#99092B

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

Shades of Carmine #99092B

Tints of Carmine #99092B

Color information

#99092B (or 0x99092B) is unknown color: approx Carmine. HEX triplet: 99, 09 and 2B. RGB value is (153,9,43). Sum of RGB (Red+Green+Blue) = 153+9+43=205 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.63% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 153 - color contains mainly: red. Hex color #99092B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99092B is #66F6D4. Grayscale: #373737. Windows color (decimal): -6747861 or 2820505. OLE color: 2820505.

HSL color Cylindrical-coordinate representation of color #99092B: hue angle of 345.83º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99092B is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB153943-
CMYK00.940.720.4
HSL345.83º88.89%31.76%-
HSV(B)345.83º94.12%60%-
XYZ13.677.142.94-
YUV55.93120.71197.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 74.63%
GREEN value IS 9 (3.91% from 255) = 4.39%
BLUE value IS 43 (17.19% from 255) = 20.98%
R=74.63%
G=4.39%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.72
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15394300.940.720.4345.8388.8931.76
Hex9992B05E482815a5920
Octal231115301361105053213140
Binary1001100110011010110101111010010001010001010110101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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