Html Css Color HEX #981022 Carmine

📋 copy color: '#981022'

red 152 ◦ green 16 ◦ blue 34

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

Shades of Carmine #981022

Tints of Carmine #981022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.83%

R = 75.25%
G = 7.92%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#981022 (or 0x981022) is known color: Carmine. HEX triplet: 98, 10 and 22. RGB value is (152,16,34). Sum of RGB (Red+Green+Blue) = 152+16+34=202 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.25% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 34 (13.67% from 255 or 16.83% from 202); Max value from RGB is 152 - color contains mainly: red. Hex color #981022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981022 is #67EFDD. Grayscale: #3A3A3A. Windows color (decimal): -6811614 or 2232472. OLE color: 2232472.

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

Color convert

RGB 152 16 34 -
CMYK 0 0.89 0.78 0.40
HSL 352.06º 0.81% 0.33% -
HSV(B) 352.06º 0.89% 0.6% -
XYZ 13.42 7.16 2.19 -
YUV 58.72 114.06 194.54 -
System Red Green Blue C M Y K H S L
Decimal 152 16 34 0 0.89 0.78 0.40 352.06 0.81 0.33
Hex 98 10 22 0 59 4E 28 160 51 21
Octal 230 20 42 0 131 116 50 540 121 41
Binary 10011000 10000 100010 0 1011001 1001110 101000 101100000 1010001 100001

Color Harmonies of #981022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981022

Black with #981022

Text Example


Text Example

White with #981022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981022; }

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

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

background-color css

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

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

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

border-color css

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

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

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