Html Css Color HEX #98001F Carmine

📋 copy color: '#98001F'

red 152 ◦ green 0 ◦ blue 31

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

Shades of Carmine #98001F

Tints of Carmine #98001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 31 (12.5% from 255) = 16.94%

R = 83.06%
G = 0%
B = 16.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98001F (or 0x98001F) is known color: Carmine. HEX triplet: 98, 00 and 1F. RGB value is (152,0,31). Sum of RGB (Red+Green+Blue) = 152+0+31=183 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.06% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 152 - color contains mainly: red. Hex color #98001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98001F is #67FFE0. Grayscale: #313131. Windows color (decimal): -6815713 or 2031768. OLE color: 2031768.

HSL color Cylindrical-coordinate representation of color #98001F: hue angle of 347.76º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98001F is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 0 31 -
CMYK 0 1 0.80 0.40
HSL 347.76º 1% 0.3% -
HSV(B) 347.76º 1% 0.6% -
XYZ 13.2 6.77 1.91 -
YUV 48.98 117.86 201.48 -
System Red Green Blue C M Y K H S L
Decimal 152 0 31 0 1 0.80 0.40 347.76 1 0.3
Hex 98 0 1F 0 64 50 28 15C 64 1E
Octal 230 0 37 0 144 120 50 534 144 36
Binary 10011000 0 11111 0 1100100 1010000 101000 101011100 1100100 11110

Color Harmonies of #98001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98001F

Black with #98001F

Text Example


Text Example

White with #98001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98001F; }

 p { color: rgb(152,0,31); }

 H1.HeaderClassName
 {
   color: #98001F;
 }
 .AnyTagClassName
 {
   color: #98001F;
 }
</style>

background-color css

<style>
 a { background-color: #98001F; }

 a { background-color: rgb(152,0,31); }

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

border-color css

<style>
 span { border-color: #98001F; }

 span { border-color: rgb(152,0,31); }

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