Html Css Color HEX #981520 Carmine

📋 copy color: '#981520'

red 152 ◦ green 21 ◦ blue 32

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

Shades of Carmine #981520

Tints of Carmine #981520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.24%

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

R = 74.15%
G = 10.24%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#981520 (or 0x981520) is known color: Carmine. HEX triplet: 98, 15 and 20. RGB value is (152,21,32). Sum of RGB (Red+Green+Blue) = 152+21+32=205 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.15% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 152 - color contains mainly: red. Hex color #981520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981520 is #67EADF. Grayscale: #3D3D3D. Windows color (decimal): -6810336 or 2102680. OLE color: 2102680.

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

Color convert

RGB 152 21 32 -
CMYK 0 0.86 0.79 0.40
HSL 354.96º 0.76% 0.34% -
HSV(B) 354.96º 0.86% 0.6% -
XYZ 13.48 7.32 2.07 -
YUV 61.42 111.4 192.61 -
System Red Green Blue C M Y K H S L
Decimal 152 21 32 0 0.86 0.79 0.40 354.96 0.76 0.34
Hex 98 15 20 0 56 4F 28 163 4C 22
Octal 230 25 40 0 126 117 50 543 114 42
Binary 10011000 10101 100000 0 1010110 1001111 101000 101100011 1001100 100010

Color Harmonies of #981520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981520

Black with #981520

Text Example


Text Example

White with #981520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981520; }

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

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

background-color css

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

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

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

border-color css

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

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

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