#990530

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

Shades of Carmine #990530

Tints of Carmine #990530

Color information

#990530 (or 0x990530) is unknown color: approx Carmine. HEX triplet: 99, 05 and 30. RGB value is (153,5,48). Sum of RGB (Red+Green+Blue) = 153+5+48=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #990530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990530 is #66FACF. Grayscale: #363636. Windows color (decimal): -6748880 or 3147161. OLE color: 3147161.

HSL color Cylindrical-coordinate representation of color #990530: hue angle of 342.57º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #990530 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB153548-
CMYK00.970.690.4
HSL342.57º93.67%30.98%-
HSV(B)342.57º96.73%60%-
XYZ13.727.093.44-
YUV54.15124.53198.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 74.27%
GREEN value IS 5 (2.34% from 255) = 2.43%
BLUE value IS 48 (19.14% from 255) = 23.30%
R=74.27%
G=2.43%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15354800.970.690.4342.5793.6730.98
Hex9953006145281575e1f
Octal23156001411055052713637
Binary10011001101110000011000011000101101000101010111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990530; }

 p { color: rgb(153,5,48); }

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

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

 a { background-color: rgb(153,5,48); }

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

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

 span { border-color: rgb(153,5,48); }

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