#990A35

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

Shades of Carmine #990A35

Tints of Carmine #990A35

Color information

#990A35 (or 0x990A35) is unknown color: approx Carmine. HEX triplet: 99, 0A and 35. RGB value is (153,10,53). Sum of RGB (Red+Green+Blue) = 153+10+53=216 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.83% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 153 - color contains mainly: red. Hex color #990A35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990A35 is #66F5CA. Grayscale: #393939. Windows color (decimal): -6747595 or 3476121. OLE color: 3476121.

HSL color Cylindrical-coordinate representation of color #990A35: hue angle of 341.96º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990A35 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB1531053-
CMYK00.930.650.4
HSL341.96º87.73%31.96%-
HSV(B)341.96º93.46%60%-
XYZ13.897.254.03-
YUV57.66125.38196-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.83%
GREEN value IS 10 (4.30% from 255) = 4.63%
BLUE value IS 53 (21.09% from 255) = 24.54%
R=70.83%
G=4.63%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153105300.930.650.4341.9687.7331.96
Hex99A3505D41281565820
Octal231126501351015052613040
Binary1001100110101101010101110110000011010001010101101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990A35; }

 p { color: rgb(153,10,53); }

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

<style>
 a { background-color: #990A35; }

 a { background-color: rgb(153,10,53); }

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

<style>
 span { border-color: #990A35; }

 span { border-color: rgb(153,10,53); }

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