Html Css Color HEX #980112 Carmine

📋 copy color: '#980112'

red 152 ◦ green 1 ◦ blue 18

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

Shades of Carmine #980112

Tints of Carmine #980112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.53%

R = 88.89%
G = 0.58%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#980112 (or 0x980112) is known color: Carmine. HEX triplet: 98, 01 and 12. RGB value is (152,1,18). Sum of RGB (Red+Green+Blue) = 152+1+18=171 (22% of max value = 765). Red value is 152 (59.77% from 255 or 88.89% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 152 - color contains mainly: red. Hex color #980112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980112 is #67FEED. Grayscale: #303030. Windows color (decimal): -6815470 or 1180056. OLE color: 1180056.

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

Color convert

RGB 152 1 18 -
CMYK 0 0.99 0.88 0.40
HSL 353.25º 0.99% 0.3% -
HSV(B) 353.25º 0.99% 0.6% -
XYZ 13.07 6.74 1.18 -
YUV 48.09 111.03 202.12 -
System Red Green Blue C M Y K H S L
Decimal 152 1 18 0 0.99 0.88 0.40 353.25 0.99 0.3
Hex 98 1 12 0 63 58 28 161 63 1E
Octal 230 1 22 0 143 130 50 541 143 36
Binary 10011000 1 10010 0 1100011 1011000 101000 101100001 1100011 11110

Color Harmonies of #980112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980112

Black with #980112

Text Example


Text Example

White with #980112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980112; }

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

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

background-color css

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

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

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

border-color css

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

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

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