Html Css Color HEX #981016 Carmine

📋 copy color: '#981016'

red 152 ◦ green 16 ◦ blue 22

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

Shades of Carmine #981016

Tints of Carmine #981016

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.42%

 BLUE value IS 22 (8.98% from 255) = 11.58%

R = 80%
G = 8.42%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#981016 (or 0x981016) is known color: Carmine. HEX triplet: 98, 10 and 16. RGB value is (152,16,22). Sum of RGB (Red+Green+Blue) = 152+16+22=190 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 152 - color contains mainly: red. Hex color #981016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981016 is #67EFE9. Grayscale: #393939. Windows color (decimal): -6811626 or 1446040. OLE color: 1446040.

HSL color Cylindrical-coordinate representation of color #981016: hue angle of 357.35º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981016 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 16 22 -
CMYK 0 0.89 0.86 0.40
HSL 357.35º 0.81% 0.33% -
HSV(B) 357.35º 0.89% 0.6% -
XYZ 13.28 7.1 1.43 -
YUV 57.35 108.06 195.51 -
System Red Green Blue C M Y K H S L
Decimal 152 16 22 0 0.89 0.86 0.40 357.35 0.81 0.33
Hex 98 10 16 0 59 56 28 165 51 21
Octal 230 20 26 0 131 126 50 545 121 41
Binary 10011000 10000 10110 0 1011001 1010110 101000 101100101 1010001 100001

Color Harmonies of #981016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981016

Black with #981016

Text Example


Text Example

White with #981016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981016; }

 p { color: rgb(152,16,22); }

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

background-color css

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

 a { background-color: rgb(152,16,22); }

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

border-color css

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

 span { border-color: rgb(152,16,22); }

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