#980B35

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

Shades of Carmine #980B35

Tints of Carmine #980B35

Color information

#980B35 (or 0x980B35) is unknown color: approx Carmine. HEX triplet: 98, 0B and 35. RGB value is (152,11,53). Sum of RGB (Red+Green+Blue) = 152+11+53=216 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.37% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 152 - color contains mainly: red. Hex color #980B35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980B35 is #67F4CA. Grayscale: #393939. Windows color (decimal): -6812875 or 3476376. OLE color: 3476376.

HSL color Cylindrical-coordinate representation of color #980B35: hue angle of 342.13º 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 #980B35 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB1521153-
CMYK00.930.650.40
HSL342.13º86.5%31.96%-
HSV(B)342.13º92.76%59.61%-
XYZ13.717.174.03-
YUV57.95125.21195.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 70.37%
GREEN value IS 11 (4.69% from 255) = 5.09%
BLUE value IS 53 (21.09% from 255) = 24.54%
R=70.37%
G=5.09%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152115300.930.650.40342.1386.531.96
Hex98B3505D41281565720
Octal230136501351015052612740
Binary1001100010111101010101110110000011010001010101101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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