#980F28

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

Shades of Carmine #980F28

Tints of Carmine #980F28

Color information

#980F28 (or 0x980F28) is unknown color: approx Carmine. HEX triplet: 98, 0F and 28. RGB value is (152,15,40). Sum of RGB (Red+Green+Blue) = 152+15+40=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #980F28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980F28 is #67F0D7. Grayscale: #3A3A3A. Windows color (decimal): -6811864 or 2625432. OLE color: 2625432.

HSL color Cylindrical-coordinate representation of color #980F28: hue angle of 349.05º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F28 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB1521540-
CMYK00.900.740.40
HSL349.05º82.04%32.75%-
HSV(B)349.05º90.13%59.61%-
XYZ13.57.172.68-
YUV58.81117.39194.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.43%
GREEN value IS 15 (6.25% from 255) = 7.25%
BLUE value IS 40 (16.02% from 255) = 19.32%
R=73.43%
G=7.25%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152154000.900.740.40349.0582.0432.75
Hex98F2805A4A2815d5221
Octal230175001321125053512241
Binary1001100011111010000101101010010101010001010111011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980F28; }

 p { color: rgb(152,15,40); }

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

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

 a { background-color: rgb(152,15,40); }

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

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

 span { border-color: rgb(152,15,40); }

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