Html Css Color HEX #98121E Carmine

📋 copy color: '#98121E'

red 152 ◦ green 18 ◦ blue 30

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

Shades of Carmine #98121E

Tints of Carmine #98121E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15%

R = 76%
G = 9%
B = 15%

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

#98121E (or 0x98121E) is known color: Carmine. HEX triplet: 98, 12 and 1E. RGB value is (152,18,30). Sum of RGB (Red+Green+Blue) = 152+18+30=200 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 152 - color contains mainly: red. Hex color #98121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98121E is #67EDE1. Grayscale: #3B3B3B. Windows color (decimal): -6811106 or 1970840. OLE color: 1970840.

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

Color convert

RGB 152 18 30 -
CMYK 0 0.88 0.80 0.40
HSL 354.63º 0.79% 0.33% -
HSV(B) 354.63º 0.88% 0.6% -
XYZ 13.4 7.2 1.91 -
YUV 59.43 111.39 194.02 -
System Red Green Blue C M Y K H S L
Decimal 152 18 30 0 0.88 0.80 0.40 354.63 0.79 0.33
Hex 98 12 1E 0 58 50 28 163 4F 21
Octal 230 22 36 0 130 120 50 543 117 41
Binary 10011000 10010 11110 0 1011000 1010000 101000 101100011 1001111 100001

Color Harmonies of #98121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98121E

Black with #98121E

Text Example


Text Example

White with #98121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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