Html Css Color HEX #981020 Carmine

📋 copy color: '#981020'

red 152 ◦ green 16 ◦ blue 32

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

Shades of Carmine #981020

Tints of Carmine #981020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8%

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

R = 76%
G = 8%
B = 16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#981020 (or 0x981020) is known color: Carmine. HEX triplet: 98, 10 and 20. RGB value is (152,16,32). Sum of RGB (Red+Green+Blue) = 152+16+32=200 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 152 - color contains mainly: red. Hex color #981020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981020 is #67EFDF. Grayscale: #3A3A3A. Windows color (decimal): -6811616 or 2101400. OLE color: 2101400.

HSL color Cylindrical-coordinate representation of color #981020: hue angle of 352.94º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981020 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 16 32 -
CMYK 0 0.89 0.79 0.40
HSL 352.94º 0.81% 0.33% -
HSV(B) 352.94º 0.89% 0.6% -
XYZ 13.39 7.15 2.04 -
YUV 58.49 113.06 194.7 -
System Red Green Blue C M Y K H S L
Decimal 152 16 32 0 0.89 0.79 0.40 352.94 0.81 0.33
Hex 98 10 20 0 59 4F 28 161 51 21
Octal 230 20 40 0 131 117 50 541 121 41
Binary 10011000 10000 100000 0 1011001 1001111 101000 101100001 1010001 100001

Color Harmonies of #981020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981020

Black with #981020

Text Example


Text Example

White with #981020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981020; }

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

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

background-color css

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

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

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

border-color css

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

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

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