Html Css Color HEX #98031C Carmine

📋 copy color: '#98031C'

red 152 ◦ green 3 ◦ blue 28

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

Shades of Carmine #98031C

Tints of Carmine #98031C

RGB

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

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

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

R = 83.06%
G = 1.64%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98031C (or 0x98031C) is known color: Carmine. HEX triplet: 98, 03 and 1C. RGB value is (152,3,28). Sum of RGB (Red+Green+Blue) = 152+3+28=183 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.06% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 152 - color contains mainly: red. Hex color #98031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98031C is #67FCE3. Grayscale: #323232. Windows color (decimal): -6814948 or 1835928. OLE color: 1835928.

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

Color convert

RGB 152 3 28 -
CMYK 0 0.98 0.82 0.40
HSL 349.93º 0.96% 0.3% -
HSV(B) 349.93º 0.98% 0.6% -
XYZ 13.19 6.82 1.72 -
YUV 50.4 115.36 200.47 -
System Red Green Blue C M Y K H S L
Decimal 152 3 28 0 0.98 0.82 0.40 349.93 0.96 0.3
Hex 98 3 1C 0 62 52 28 15E 60 1E
Octal 230 3 34 0 142 122 50 536 140 36
Binary 10011000 11 11100 0 1100010 1010010 101000 101011110 1100000 11110

Color Harmonies of #98031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98031C

Black with #98031C

Text Example


Text Example

White with #98031C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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