Html Css Color HEX #981521 Carmine

📋 copy color: '#981521'

red 152 ◦ green 21 ◦ blue 33

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

Shades of Carmine #981521

Tints of Carmine #981521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.02%

R = 73.79%
G = 10.19%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#981521 (or 0x981521) is known color: Carmine. HEX triplet: 98, 15 and 21. RGB value is (152,21,33). Sum of RGB (Red+Green+Blue) = 152+21+33=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #981521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981521 is #67EADE. Grayscale: #3D3D3D. Windows color (decimal): -6810335 or 2168216. OLE color: 2168216.

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

Color convert

RGB 152 21 33 -
CMYK 0 0.86 0.78 0.40
HSL 354.5º 0.76% 0.34% -
HSV(B) 354.5º 0.86% 0.6% -
XYZ 13.49 7.32 2.14 -
YUV 61.54 111.9 192.52 -
System Red Green Blue C M Y K H S L
Decimal 152 21 33 0 0.86 0.78 0.40 354.5 0.76 0.34
Hex 98 15 21 0 56 4E 28 163 4C 22
Octal 230 25 41 0 126 116 50 543 114 42
Binary 10011000 10101 100001 0 1010110 1001110 101000 101100011 1001100 100010

Color Harmonies of #981521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981521

Black with #981521

Text Example


Text Example

White with #981521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981521; }

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

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

background-color css

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

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

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

border-color css

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

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

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