#980323

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

Shades of Carmine #980323

Tints of Carmine #980323

Color information

#980323 (or 0x980323) is unknown color: approx Carmine. HEX triplet: 98, 03 and 23. RGB value is (152,3,35). Sum of RGB (Red+Green+Blue) = 152+3+35=190 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 152 - color contains mainly: red. Hex color #980323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980323 is #67FCDC. Grayscale: #333333. Windows color (decimal): -6814941 or 2294680. OLE color: 2294680.

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

Color convert

RGB152335-
CMYK00.980.770.40
HSL347.11º96.13%30.39%-
HSV(B)347.11º98.03%59.61%-
XYZ13.286.862.21-
YUV51.2118.86199.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 80%
GREEN value IS 3 (1.56% from 255) = 1.58%
BLUE value IS 35 (14.06% from 255) = 18.42%
R=80%
G=1.58%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15233500.980.770.40347.1196.1330.39
Hex983230624D2815b601e
Octal23034301421155053314036
Binary1001100011100011011000101001101101000101011011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980323; }

 p { color: rgb(152,3,35); }

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

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

 a { background-color: rgb(152,3,35); }

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

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

 span { border-color: rgb(152,3,35); }

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