Html Css Color HEX #98112A Carmine

📋 copy color: '#98112A'

red 152 ◦ green 17 ◦ blue 42

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

Shades of Carmine #98112A

Tints of Carmine #98112A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.06%

 BLUE value IS 42 (16.8% from 255) = 19.91%

R = 72.04%
G = 8.06%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#98112A (or 0x98112A) is known color: Carmine. HEX triplet: 98, 11 and 2A. RGB value is (152,17,42). Sum of RGB (Red+Green+Blue) = 152+17+42=211 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.04% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 152 - color contains mainly: red. Hex color #98112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98112A is #67EED5. Grayscale: #3C3C3C. Windows color (decimal): -6811350 or 2757016. OLE color: 2757016.

HSL color Cylindrical-coordinate representation of color #98112A: hue angle of 348.89º degrees, saturation: 0.8, 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 #98112A is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 17 42 -
CMYK 0 0.89 0.72 0.40
HSL 348.89º 0.8% 0.33% -
HSV(B) 348.89º 0.89% 0.6% -
XYZ 13.57 7.24 2.87 -
YUV 60.22 117.73 193.47 -
System Red Green Blue C M Y K H S L
Decimal 152 17 42 0 0.89 0.72 0.40 348.89 0.8 0.33
Hex 98 11 2A 0 59 48 28 15D 50 21
Octal 230 21 52 0 131 110 50 535 120 41
Binary 10011000 10001 101010 0 1011001 1001000 101000 101011101 1010000 100001

Color Harmonies of #98112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98112A

Black with #98112A

Text Example


Text Example

White with #98112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98112A; }

 p { color: rgb(152,17,42); }

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

background-color css

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

 a { background-color: rgb(152,17,42); }

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

border-color css

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

 span { border-color: rgb(152,17,42); }

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