Html Css Color HEX #980118 Carmine

📋 copy color: '#980118'

red 152 ◦ green 1 ◦ blue 24

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

Shades of Carmine #980118

Tints of Carmine #980118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.56%

R = 85.88%
G = 0.56%
B = 13.56%

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

#980118 (or 0x980118) is known color: Carmine. HEX triplet: 98, 01 and 18. RGB value is (152,1,24). Sum of RGB (Red+Green+Blue) = 152+1+24=177 (23% of max value = 765). Red value is 152 (59.77% from 255 or 85.88% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 152 - color contains mainly: red. Hex color #980118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980118 is #67FEE7. Grayscale: #303030. Windows color (decimal): -6815464 or 1573272. OLE color: 1573272.

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

Color convert

RGB 152 1 24 -
CMYK 0 0.99 0.84 0.40
HSL 350.86º 0.99% 0.3% -
HSV(B) 350.86º 0.99% 0.6% -
XYZ 13.12 6.76 1.48 -
YUV 48.77 114.03 201.63 -
System Red Green Blue C M Y K H S L
Decimal 152 1 24 0 0.99 0.84 0.40 350.86 0.99 0.3
Hex 98 1 18 0 63 54 28 15F 63 1E
Octal 230 1 30 0 143 124 50 537 143 36
Binary 10011000 1 11000 0 1100011 1010100 101000 101011111 1100011 11110

Color Harmonies of #980118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980118

Black with #980118

Text Example


Text Example

White with #980118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980118; }

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

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

background-color css

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

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

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

border-color css

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

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

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