Html Css Color HEX #980119 Carmine

📋 copy color: '#980119'

red 152 ◦ green 1 ◦ blue 25

#980119
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #980119

Tints of Carmine #980119

RGB

 RED value IS 152 (59.77% from 255) = 85.39%

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 25 (10.16% from 255) = 14.04%

R = 85.39%
G = 0.56%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#980119 (or 0x980119) is known color: Carmine. HEX triplet: 98, 01 and 19. RGB value is (152,1,25). Sum of RGB (Red+Green+Blue) = 152+1+25=178 (23% of max value = 765). Red value is 152 (59.77% from 255 or 85.39% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 152 - color contains mainly: red. Hex color #980119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980119 is #67FEE6. Grayscale: #303030. Windows color (decimal): -6815463 or 1638808. OLE color: 1638808.

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

Color convert

RGB 152 1 25 -
CMYK 0 0.99 0.84 0.40
HSL 350.46º 0.99% 0.3% -
HSV(B) 350.46º 0.99% 0.6% -
XYZ 13.14 6.77 1.53 -
YUV 48.89 114.53 201.55 -
System Red Green Blue C M Y K H S L
Decimal 152 1 25 0 0.99 0.84 0.40 350.46 0.99 0.3
Hex 98 1 19 0 63 54 28 15E 63 1E
Octal 230 1 31 0 143 124 50 536 143 36
Binary 10011000 1 11001 0 1100011 1010100 101000 101011110 1100011 11110

Color Harmonies of #980119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980119

Black with #980119

Text Example


Text Example

White with #980119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980119; }

 p { color: rgb(152,1,25); }

 H1.HeaderClassName
 {
   color: #980119;
 }
 .AnyTagClassName
 {
   color: #980119;
 }
</style>

background-color css

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

 a { background-color: rgb(152,1,25); }

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

border-color css

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

 span { border-color: rgb(152,1,25); }

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