Html Css Color HEX #981017 Carmine

📋 copy color: '#981017'

red 152 ◦ green 16 ◦ blue 23

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

Shades of Carmine #981017

Tints of Carmine #981017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.04%

R = 79.58%
G = 8.38%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#981017 (or 0x981017) is known color: Carmine. HEX triplet: 98, 10 and 17. RGB value is (152,16,23). Sum of RGB (Red+Green+Blue) = 152+16+23=191 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.58% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 152 - color contains mainly: red. Hex color #981017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981017 is #67EFE8. Grayscale: #393939. Windows color (decimal): -6811625 or 1511576. OLE color: 1511576.

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

Color convert

RGB 152 16 23 -
CMYK 0 0.89 0.85 0.40
HSL 356.91º 0.81% 0.33% -
HSV(B) 356.91º 0.89% 0.6% -
XYZ 13.29 7.11 1.48 -
YUV 57.46 108.56 195.43 -
System Red Green Blue C M Y K H S L
Decimal 152 16 23 0 0.89 0.85 0.40 356.91 0.81 0.33
Hex 98 10 17 0 59 55 28 165 51 21
Octal 230 20 27 0 131 125 50 545 121 41
Binary 10011000 10000 10111 0 1011001 1010101 101000 101100101 1010001 100001

Color Harmonies of #981017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981017

Black with #981017

Text Example


Text Example

White with #981017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981017; }

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

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

background-color css

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

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

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

border-color css

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

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

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