Html Css Color HEX #98181C Carmine

📋 copy color: '#98181C'

red 152 ◦ green 24 ◦ blue 28

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

Shades of Carmine #98181C

Tints of Carmine #98181C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.73%

R = 74.51%
G = 11.76%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98181C (or 0x98181C) is known color: Carmine. HEX triplet: 98, 18 and 1C. RGB value is (152,24,28). Sum of RGB (Red+Green+Blue) = 152+24+28=204 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.51% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 152 - color contains mainly: red. Hex color #98181C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98181C is #67E7E3. Grayscale: #3E3E3E. Windows color (decimal): -6809572 or 1841304. OLE color: 1841304.

HSL color Cylindrical-coordinate representation of color #98181C: hue angle of 358.12º 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 #98181C is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 24 28 -
CMYK 0 0.84 0.82 0.40
HSL 358.13º 0.73% 0.35% -
HSV(B) 358.13º 0.84% 0.6% -
XYZ 13.49 7.41 1.82 -
YUV 62.73 108.41 191.67 -
System Red Green Blue C M Y K H S L
Decimal 152 24 28 0 0.84 0.82 0.40 358.13 0.73 0.35
Hex 98 18 1C 0 54 52 28 166 49 23
Octal 230 30 34 0 124 122 50 546 111 43
Binary 10011000 11000 11100 0 1010100 1010010 101000 101100110 1001001 100011

Color Harmonies of #98181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98181C

Black with #98181C

Text Example


Text Example

White with #98181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98181C; }

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

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

background-color css

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

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

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

border-color css

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

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

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