Html Css Color HEX #98121F Carmine

📋 copy color: '#98121F'

red 152 ◦ green 18 ◦ blue 31

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

Shades of Carmine #98121F

Tints of Carmine #98121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.42%

R = 75.62%
G = 8.96%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98121F (or 0x98121F) is known color: Carmine. HEX triplet: 98, 12 and 1F. RGB value is (152,18,31). Sum of RGB (Red+Green+Blue) = 152+18+31=201 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.62% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 152 - color contains mainly: red. Hex color #98121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98121F is #67EDE0. Grayscale: #3B3B3B. Windows color (decimal): -6811105 or 2036376. OLE color: 2036376.

HSL color Cylindrical-coordinate representation of color #98121F: hue angle of 354.18º 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 #98121F is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 18 31 -
CMYK 0 0.88 0.80 0.40
HSL 354.18º 0.79% 0.33% -
HSV(B) 354.18º 0.88% 0.6% -
XYZ 13.41 7.21 1.98 -
YUV 59.55 111.89 193.94 -
System Red Green Blue C M Y K H S L
Decimal 152 18 31 0 0.88 0.80 0.40 354.18 0.79 0.33
Hex 98 12 1F 0 58 50 28 162 4F 21
Octal 230 22 37 0 130 120 50 542 117 41
Binary 10011000 10010 11111 0 1011000 1010000 101000 101100010 1001111 100001

Color Harmonies of #98121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98121F

Black with #98121F

Text Example


Text Example

White with #98121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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