#980224

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

Shades of Carmine #980224

Tints of Carmine #980224

Color information

#980224 (or 0x980224) is unknown color: approx Carmine. HEX triplet: 98, 02 and 24. RGB value is (152,2,36). Sum of RGB (Red+Green+Blue) = 152+2+36=190 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 152 - color contains mainly: red. Hex color #980224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980224 is #67FDDB. Grayscale: #323232. Windows color (decimal): -6815196 or 2359960. OLE color: 2359960.

HSL color Cylindrical-coordinate representation of color #980224: hue angle of 346.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980224 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB152236-
CMYK00.990.760.40
HSL346.4º97.4%30.2%-
HSV(B)346.4º98.68%59.61%-
XYZ13.296.852.29-
YUV50.73119.7200.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 80%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 36 (14.45% from 255) = 18.95%
R=80%
G=1.05%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15223600.990.760.40346.497.430.2
Hex982240634C2815a611e
Octal23024401431145053214136
Binary1001100010100100011000111001100101000101011010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980224; }

 p { color: rgb(152,2,36); }

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

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

 a { background-color: rgb(152,2,36); }

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

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

 span { border-color: rgb(152,2,36); }

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