#980230

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

Shades of Carmine #980230

Tints of Carmine #980230

Color information

#980230 (or 0x980230) is unknown color: approx Carmine. HEX triplet: 98, 02 and 30. RGB value is (152,2,48). Sum of RGB (Red+Green+Blue) = 152+2+48=202 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.25% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 152 - color contains mainly: red. Hex color #980230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980230 is #67FDCF. Grayscale: #343434. Windows color (decimal): -6815184 or 3146392. OLE color: 3146392.

HSL color Cylindrical-coordinate representation of color #980230: hue angle of 341.6º 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 #980230 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB152248-
CMYK00.990.680.40
HSL341.6º97.4%30.2%-
HSV(B)341.6º98.68%59.61%-
XYZ13.56.933.42-
YUV52.09125.7199.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 75.25%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 48 (19.14% from 255) = 23.76%
R=75.25%
G=0.99%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15224800.990.680.40341.697.430.2
Hex982300634428156611e
Octal23026001431045052614136
Binary1001100010110000011000111000100101000101010110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980230; }

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

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

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

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

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

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

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

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