Html Css Color HEX #981819 Carmine

📋 copy color: '#981819'

red 152 ◦ green 24 ◦ blue 25

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

Shades of Carmine #981819

Tints of Carmine #981819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.94%

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

R = 75.62%
G = 11.94%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#981819 (or 0x981819) is known color: Carmine. HEX triplet: 98, 18 and 19. RGB value is (152,24,25). Sum of RGB (Red+Green+Blue) = 152+24+25=201 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.62% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 152 - color contains mainly: red. Hex color #981819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981819 is #67E7E6. Grayscale: #3E3E3E. Windows color (decimal): -6809575 or 1644696. OLE color: 1644696.

HSL color Cylindrical-coordinate representation of color #981819: hue angle of 359.53º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981819 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 24 25 -
CMYK 0 0.84 0.84 0.40
HSL 359.53º 0.73% 0.35% -
HSV(B) 359.53º 0.84% 0.6% -
XYZ 13.45 7.4 1.64 -
YUV 62.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 152 24 25 0 0.84 0.84 0.40 359.53 0.73 0.35
Hex 98 18 19 0 54 54 28 168 49 23
Octal 230 30 31 0 124 124 50 550 111 43
Binary 10011000 11000 11001 0 1010100 1010100 101000 101101000 1001001 100011

Color Harmonies of #981819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981819

Black with #981819

Text Example


Text Example

White with #981819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981819; }

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

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

background-color css

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

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

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

border-color css

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

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

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