#980B24

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

Shades of Carmine #980B24

Tints of Carmine #980B24

Color information

#980B24 (or 0x980B24) is unknown color: approx Carmine. HEX triplet: 98, 0B and 24. RGB value is (152,11,36). Sum of RGB (Red+Green+Blue) = 152+11+36=199 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.38% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 152 - color contains mainly: red. Hex color #980B24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980B24 is #67F4DB. Grayscale: #383838. Windows color (decimal): -6812892 or 2362264. OLE color: 2362264.

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

Color convert

RGB1521136-
CMYK00.930.760.40
HSL349.36º86.5%31.96%-
HSV(B)349.36º92.76%59.61%-
XYZ13.397.042.32-
YUV56.01116.71196.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 76.38%
GREEN value IS 11 (4.69% from 255) = 5.53%
BLUE value IS 36 (14.45% from 255) = 18.09%
R=76.38%
G=5.53%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152113600.930.760.40349.3686.531.96
Hex98B2405D4C2815d5720
Octal230134401351145053512740
Binary1001100010111001000101110110011001010001010111011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,11,36); }

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

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

 a { background-color: rgb(152,11,36); }

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

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

 span { border-color: rgb(152,11,36); }

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