Html Css Color HEX #981019 Carmine

📋 copy color: '#981019'

red 152 ◦ green 16 ◦ blue 25

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

Shades of Carmine #981019

Tints of Carmine #981019

RGB

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

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

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

R = 78.76%
G = 8.29%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#981019 (or 0x981019) is known color: Carmine. HEX triplet: 98, 10 and 19. RGB value is (152,16,25). Sum of RGB (Red+Green+Blue) = 152+16+25=193 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.76% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 152 - color contains mainly: red. Hex color #981019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981019 is #67EFE6. Grayscale: #393939. Windows color (decimal): -6811623 or 1642648. OLE color: 1642648.

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

Color convert

RGB 152 16 25 -
CMYK 0 0.89 0.84 0.40
HSL 356.03º 0.81% 0.33% -
HSV(B) 356.03º 0.89% 0.6% -
XYZ 13.31 7.12 1.59 -
YUV 57.69 109.56 195.27 -
System Red Green Blue C M Y K H S L
Decimal 152 16 25 0 0.89 0.84 0.40 356.03 0.81 0.33
Hex 98 10 19 0 59 54 28 164 51 21
Octal 230 20 31 0 131 124 50 544 121 41
Binary 10011000 10000 11001 0 1011001 1010100 101000 101100100 1010001 100001

Color Harmonies of #981019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981019

Black with #981019

Text Example


Text Example

White with #981019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981019; }

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

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

background-color css

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

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

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

border-color css

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

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

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