Html Css Color HEX #98011E Carmine

📋 copy color: '#98011E'

red 152 ◦ green 1 ◦ blue 30

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

Shades of Carmine #98011E

Tints of Carmine #98011E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.39%

R = 83.06%
G = 0.55%
B = 16.39%

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

#98011E (or 0x98011E) is known color: Carmine. HEX triplet: 98, 01 and 1E. RGB value is (152,1,30). Sum of RGB (Red+Green+Blue) = 152+1+30=183 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.06% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 152 - color contains mainly: red. Hex color #98011E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98011E is #67FEE1. Grayscale: #313131. Windows color (decimal): -6815458 or 1966488. OLE color: 1966488.

HSL color Cylindrical-coordinate representation of color #98011E: hue angle of 348.48º 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 #98011E is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 1 30 -
CMYK 0 0.99 0.80 0.40
HSL 348.48º 0.99% 0.3% -
HSV(B) 348.48º 0.99% 0.6% -
XYZ 13.19 6.79 1.84 -
YUV 49.46 117.03 201.14 -
System Red Green Blue C M Y K H S L
Decimal 152 1 30 0 0.99 0.80 0.40 348.48 0.99 0.3
Hex 98 1 1E 0 63 50 28 15C 63 1E
Octal 230 1 36 0 143 120 50 534 143 36
Binary 10011000 1 11110 0 1100011 1010000 101000 101011100 1100011 11110

Color Harmonies of #98011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98011E

Black with #98011E

Text Example


Text Example

White with #98011E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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