Html Css Color HEX #98181D Carmine

📋 copy color: '#98181D'

red 152 ◦ green 24 ◦ blue 29

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

Shades of Carmine #98181D

Tints of Carmine #98181D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.15%

R = 74.15%
G = 11.71%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#98181D (or 0x98181D) is known color: Carmine. HEX triplet: 98, 18 and 1D. RGB value is (152,24,29). Sum of RGB (Red+Green+Blue) = 152+24+29=205 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.15% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 152 - color contains mainly: red. Hex color #98181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98181D is #67E7E2. Grayscale: #3E3E3E. Windows color (decimal): -6809571 or 1906840. OLE color: 1906840.

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

Color convert

RGB 152 24 29 -
CMYK 0 0.84 0.81 0.40
HSL 357.66º 0.73% 0.35% -
HSV(B) 357.66º 0.84% 0.6% -
XYZ 13.5 7.42 1.88 -
YUV 62.84 108.91 191.59 -
System Red Green Blue C M Y K H S L
Decimal 152 24 29 0 0.84 0.81 0.40 357.66 0.73 0.35
Hex 98 18 1D 0 54 51 28 166 49 23
Octal 230 30 35 0 124 121 50 546 111 43
Binary 10011000 11000 11101 0 1010100 1010001 101000 101100110 1001001 100011

Color Harmonies of #98181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98181D

Black with #98181D

Text Example


Text Example

White with #98181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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