Html Css Color HEX #98032C Carmine

📋 copy color: '#98032C'

red 152 ◦ green 3 ◦ blue 44

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

Shades of Carmine #98032C

Tints of Carmine #98032C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.51%

 BLUE value IS 44 (17.58% from 255) = 22.11%

R = 76.38%
G = 1.51%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#98032C (or 0x98032C) is known color: Carmine. HEX triplet: 98, 03 and 2C. RGB value is (152,3,44). Sum of RGB (Red+Green+Blue) = 152+3+44=199 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.38% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 152 - color contains mainly: red. Hex color #98032C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98032C is #67FCD3. Grayscale: #343434. Windows color (decimal): -6814932 or 2884504. OLE color: 2884504.

HSL color Cylindrical-coordinate representation of color #98032C: hue angle of 343.49º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98032C is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 3 44 -
CMYK 0 0.98 0.71 0.40
HSL 343.49º 0.96% 0.3% -
HSV(B) 343.49º 0.98% 0.6% -
XYZ 13.44 6.92 3.01 -
YUV 52.23 123.36 199.17 -
System Red Green Blue C M Y K H S L
Decimal 152 3 44 0 0.98 0.71 0.40 343.49 0.96 0.3
Hex 98 3 2C 0 62 47 28 157 60 1E
Octal 230 3 54 0 142 107 50 527 140 36
Binary 10011000 11 101100 0 1100010 1000111 101000 101010111 1100000 11110

Color Harmonies of #98032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98032C

Black with #98032C

Text Example


Text Example

White with #98032C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,3,44); }

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

background-color css

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

 a { background-color: rgb(152,3,44); }

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

border-color css

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

 span { border-color: rgb(152,3,44); }

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