Html Css Color HEX #98021E Carmine

📋 copy color: '#98021E'

red 152 ◦ green 2 ◦ blue 30

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

Shades of Carmine #98021E

Tints of Carmine #98021E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

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

R = 82.61%
G = 1.09%
B = 16.3%

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

#98021E (or 0x98021E) is known color: Carmine. HEX triplet: 98, 02 and 1E. RGB value is (152,2,30). Sum of RGB (Red+Green+Blue) = 152+2+30=184 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.61% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 152 - color contains mainly: red. Hex color #98021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98021E is #67FDE1. Grayscale: #323232. Windows color (decimal): -6815202 or 1966744. OLE color: 1966744.

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

Color convert

RGB 152 2 30 -
CMYK 0 0.99 0.80 0.40
HSL 348.8º 0.97% 0.3% -
HSV(B) 348.8º 0.99% 0.6% -
XYZ 13.2 6.81 1.85 -
YUV 50.04 116.7 200.72 -
System Red Green Blue C M Y K H S L
Decimal 152 2 30 0 0.99 0.80 0.40 348.8 0.97 0.3
Hex 98 2 1E 0 63 50 28 15D 61 1E
Octal 230 2 36 0 143 120 50 535 141 36
Binary 10011000 10 11110 0 1100011 1010000 101000 101011101 1100001 11110

Color Harmonies of #98021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98021E

Black with #98021E

Text Example


Text Example

White with #98021E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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