Html Css Color HEX #980220 Carmine

📋 copy color: '#980220'

red 152 ◦ green 2 ◦ blue 32

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

Shades of Carmine #980220

Tints of Carmine #980220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.2%

R = 81.72%
G = 1.08%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#980220 (or 0x980220) is known color: Carmine. HEX triplet: 98, 02 and 20. RGB value is (152,2,32). Sum of RGB (Red+Green+Blue) = 152+2+32=186 (24% of max value = 765). Red value is 152 (59.77% from 255 or 81.72% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 152 - color contains mainly: red. Hex color #980220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980220 is #67FDDF. Grayscale: #323232. Windows color (decimal): -6815200 or 2097816. OLE color: 2097816.

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

Color convert

RGB 152 2 32 -
CMYK 0 0.99 0.79 0.40
HSL 348º 0.97% 0.3% -
HSV(B) 348º 0.99% 0.6% -
XYZ 13.23 6.82 1.99 -
YUV 50.27 117.7 200.56 -
System Red Green Blue C M Y K H S L
Decimal 152 2 32 0 0.99 0.79 0.40 348 0.97 0.3
Hex 98 2 20 0 63 4F 28 15C 61 1E
Octal 230 2 40 0 143 117 50 534 141 36
Binary 10011000 10 100000 0 1100011 1001111 101000 101011100 1100001 11110

Color Harmonies of #980220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980220

Black with #980220

Text Example


Text Example

White with #980220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980220; }

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

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

background-color css

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

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

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

border-color css

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

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

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