#981525

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

Shades of Carmine #981525

Tints of Carmine #981525

Color information

#981525 (or 0x981525) is unknown color: approx Carmine. HEX triplet: 98, 15 and 25. RGB value is (152,21,37). Sum of RGB (Red+Green+Blue) = 152+21+37=210 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.38% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 152 - color contains mainly: red. Hex color #981525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981525 is #67EADA. Grayscale: #3E3E3E. Windows color (decimal): -6810331 or 2430360. OLE color: 2430360.

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

Color convert

RGB1522137-
CMYK00.860.760.40
HSL352.67º75.72%33.92%-
HSV(B)352.67º86.18%59.61%-
XYZ13.557.352.45-
YUV61.99113.9192.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 72.38%
GREEN value IS 21 (8.59% from 255) = 10%
BLUE value IS 37 (14.84% from 255) = 17.62%
R=72.38%
G=10%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152213700.860.760.40352.6775.7233.92
Hex9815250564C281614c22
Octal230254501261145054111442
Binary10011000101011001010101011010011001010001011000011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981525; }

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

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

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

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

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

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

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

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