Html Css Color HEX #981218 Carmine

📋 copy color: '#981218'

red 152 ◦ green 18 ◦ blue 24

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

Shades of Carmine #981218

Tints of Carmine #981218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.28%

 BLUE value IS 24 (9.77% from 255) = 12.37%

R = 78.35%
G = 9.28%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#981218 (or 0x981218) is known color: Carmine. HEX triplet: 98, 12 and 18. RGB value is (152,18,24). Sum of RGB (Red+Green+Blue) = 152+18+24=194 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.35% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 152 - color contains mainly: red. Hex color #981218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981218 is #67EDE7. Grayscale: #3A3A3A. Windows color (decimal): -6811112 or 1577624. OLE color: 1577624.

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

Color convert

RGB 152 18 24 -
CMYK 0 0.88 0.84 0.40
HSL 357.31º 0.79% 0.33% -
HSV(B) 357.31º 0.88% 0.6% -
XYZ 13.33 7.17 1.55 -
YUV 58.75 108.39 194.51 -
System Red Green Blue C M Y K H S L
Decimal 152 18 24 0 0.88 0.84 0.40 357.31 0.79 0.33
Hex 98 12 18 0 58 54 28 165 4F 21
Octal 230 22 30 0 130 124 50 545 117 41
Binary 10011000 10010 11000 0 1011000 1010100 101000 101100101 1001111 100001

Color Harmonies of #981218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981218

Black with #981218

Text Example


Text Example

White with #981218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981218; }

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

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

background-color css

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

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

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

border-color css

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

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

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