#980225

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

Shades of Carmine #980225

Tints of Carmine #980225

Color information

#980225 (or 0x980225) is unknown color: approx Carmine. HEX triplet: 98, 02 and 25. RGB value is (152,2,37). Sum of RGB (Red+Green+Blue) = 152+2+37=191 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.58% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 152 - color contains mainly: red. Hex color #980225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980225 is #67FDDA. Grayscale: #323232. Windows color (decimal): -6815195 or 2425496. OLE color: 2425496.

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

Color convert

RGB152237-
CMYK00.990.760.40
HSL346º97.4%30.2%-
HSV(B)346º98.68%59.61%-
XYZ13.36.852.37-
YUV50.84120.2200.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 79.58%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 37 (14.84% from 255) = 19.37%
R=79.58%
G=1.05%
B=19.37%

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
Decimal15223700.990.760.4034697.430.2
Hex982250634C2815a611e
Octal23024501431145053214136
Binary1001100010100101011000111001100101000101011010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980225; }

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

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

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

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

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

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

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

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