#99062D

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

Shades of Carmine #99062D

Tints of Carmine #99062D

Color information

#99062D (or 0x99062D) is unknown color: approx Carmine. HEX triplet: 99, 06 and 2D. RGB value is (153,6,45). Sum of RGB (Red+Green+Blue) = 153+6+45=204 (27% of max value = 765). Red value is 153 (60.16% from 255 or 75% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 153 - color contains mainly: red. Hex color #99062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99062D is #66F9D2. Grayscale: #363636. Windows color (decimal): -6748627 or 2950809. OLE color: 2950809.

HSL color Cylindrical-coordinate representation of color #99062D: hue angle of 344.08º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99062D is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB153645-
CMYK00.960.710.4
HSL344.08º92.45%31.18%-
HSV(B)344.08º96.08%60%-
XYZ13.687.093.13-
YUV54.4122.7198.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 75%
GREEN value IS 6 (2.73% from 255) = 2.94%
BLUE value IS 45 (17.97% from 255) = 22.06%
R=75%
G=2.94%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15364500.960.710.4344.0892.4531.18
Hex9962D06047281585c1f
Octal23165501401075053013437
Binary10011001110101101011000001000111101000101011000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99062D; }

 p { color: rgb(153,6,45); }

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

<style>
 a { background-color: #99062D; }

 a { background-color: rgb(153,6,45); }

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

<style>
 span { border-color: #99062D; }

 span { border-color: rgb(153,6,45); }

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