Html Css Color HEX #98171D Carmine

📋 copy color: '#98171D'

red 152 ◦ green 23 ◦ blue 29

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

Shades of Carmine #98171D

Tints of Carmine #98171D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.27%

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

R = 74.51%
G = 11.27%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#98171D (or 0x98171D) is known color: Carmine. HEX triplet: 98, 17 and 1D. RGB value is (152,23,29). Sum of RGB (Red+Green+Blue) = 152+23+29=204 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.51% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 152 - color contains mainly: red. Hex color #98171D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98171D is #67E8E2. Grayscale: #3E3E3E. Windows color (decimal): -6809827 or 1906584. OLE color: 1906584.

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

Color convert

RGB 152 23 29 -
CMYK 0 0.85 0.81 0.40
HSL 357.21º 0.74% 0.34% -
HSV(B) 357.21º 0.85% 0.6% -
XYZ 13.48 7.38 1.88 -
YUV 62.26 109.24 192.01 -
System Red Green Blue C M Y K H S L
Decimal 152 23 29 0 0.85 0.81 0.40 357.21 0.74 0.34
Hex 98 17 1D 0 55 51 28 165 4A 22
Octal 230 27 35 0 125 121 50 545 112 42
Binary 10011000 10111 11101 0 1010101 1010001 101000 101100101 1001010 100010

Color Harmonies of #98171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98171D

Black with #98171D

Text Example


Text Example

White with #98171D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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