Html Css Color HEX #98011F Carmine

📋 copy color: '#98011F'

red 152 ◦ green 1 ◦ blue 31

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

Shades of Carmine #98011F

Tints of Carmine #98011F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

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

R = 82.61%
G = 0.54%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98011F (or 0x98011F) is known color: Carmine. HEX triplet: 98, 01 and 1F. RGB value is (152,1,31). Sum of RGB (Red+Green+Blue) = 152+1+31=184 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.61% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 152 - color contains mainly: red. Hex color #98011F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98011F is #67FEE0. Grayscale: #313131. Windows color (decimal): -6815457 or 2032024. OLE color: 2032024.

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

Color convert

RGB 152 1 31 -
CMYK 0 0.99 0.80 0.40
HSL 348.08º 0.99% 0.3% -
HSV(B) 348.08º 0.99% 0.6% -
XYZ 13.21 6.8 1.91 -
YUV 49.57 117.53 201.06 -
System Red Green Blue C M Y K H S L
Decimal 152 1 31 0 0.99 0.80 0.40 348.08 0.99 0.3
Hex 98 1 1F 0 63 50 28 15C 63 1E
Octal 230 1 37 0 143 120 50 534 143 36
Binary 10011000 1 11111 0 1100011 1010000 101000 101011100 1100011 11110

Color Harmonies of #98011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98011F

Black with #98011F

Text Example


Text Example

White with #98011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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