Html Css Color HEX #981420 Carmine

📋 copy color: '#981420'

red 152 ◦ green 20 ◦ blue 32

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

Shades of Carmine #981420

Tints of Carmine #981420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.8%

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

R = 74.51%
G = 9.8%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#981420 (or 0x981420) is known color: Carmine. HEX triplet: 98, 14 and 20. RGB value is (152,20,32). Sum of RGB (Red+Green+Blue) = 152+20+32=204 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.51% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 152 - color contains mainly: red. Hex color #981420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981420 is #67EBDF. Grayscale: #3C3C3C. Windows color (decimal): -6810592 or 2102424. OLE color: 2102424.

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

Color convert

RGB 152 20 32 -
CMYK 0 0.87 0.79 0.40
HSL 354.55º 0.77% 0.34% -
HSV(B) 354.55º 0.87% 0.6% -
XYZ 13.46 7.28 2.06 -
YUV 60.84 111.73 193.02 -
System Red Green Blue C M Y K H S L
Decimal 152 20 32 0 0.87 0.79 0.40 354.55 0.77 0.34
Hex 98 14 20 0 57 4F 28 163 4D 22
Octal 230 24 40 0 127 117 50 543 115 42
Binary 10011000 10100 100000 0 1010111 1001111 101000 101100011 1001101 100010

Color Harmonies of #981420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981420

Black with #981420

Text Example


Text Example

White with #981420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981420; }

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

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

background-color css

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

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

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

border-color css

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

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

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