Html Css Color HEX #98161D Carmine

📋 copy color: '#98161D'

red 152 ◦ green 22 ◦ blue 29

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

Shades of Carmine #98161D

Tints of Carmine #98161D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.84%

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

R = 74.88%
G = 10.84%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#98161D (or 0x98161D) is known color: Carmine. HEX triplet: 98, 16 and 1D. RGB value is (152,22,29). Sum of RGB (Red+Green+Blue) = 152+22+29=203 (26% of max value = 765). Red value is 152 (59.77% from 255 or 74.88% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 152 - color contains mainly: red. Hex color #98161D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98161D is #67E9E2. Grayscale: #3D3D3D. Windows color (decimal): -6810083 or 1906328. OLE color: 1906328.

HSL color Cylindrical-coordinate representation of color #98161D: hue angle of 356.77º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #98161D is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 22 29 -
CMYK 0 0.86 0.81 0.40
HSL 356.77º 0.75% 0.34% -
HSV(B) 356.77º 0.86% 0.6% -
XYZ 13.46 7.34 1.87 -
YUV 61.67 109.57 192.43 -
System Red Green Blue C M Y K H S L
Decimal 152 22 29 0 0.86 0.81 0.40 356.77 0.75 0.34
Hex 98 16 1D 0 56 51 28 165 4B 22
Octal 230 26 35 0 126 121 50 545 113 42
Binary 10011000 10110 11101 0 1010110 1010001 101000 101100101 1001011 100010

Color Harmonies of #98161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98161D

Black with #98161D

Text Example


Text Example

White with #98161D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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