Html Css Color HEX #980528 Carmine

📋 copy color: '#980528'

red 152 ◦ green 5 ◦ blue 40

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

Shades of Carmine #980528

Tints of Carmine #980528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.54%

 BLUE value IS 40 (16.02% from 255) = 20.3%

R = 77.16%
G = 2.54%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#980528 (or 0x980528) is known color: Carmine. HEX triplet: 98, 05 and 28. RGB value is (152,5,40). Sum of RGB (Red+Green+Blue) = 152+5+40=197 (26% of max value = 765). Red value is 152 (59.77% from 255 or 77.16% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 152 - color contains mainly: red. Hex color #980528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980528 is #67FAD7. Grayscale: #343434. Windows color (decimal): -6814424 or 2622872. OLE color: 2622872.

HSL color Cylindrical-coordinate representation of color #980528: hue angle of 345.71º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980528 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 5 40 -
CMYK 0 0.97 0.74 0.40
HSL 345.71º 0.94% 0.31% -
HSV(B) 345.71º 0.97% 0.6% -
XYZ 13.39 6.94 2.64 -
YUV 52.94 120.7 198.65 -
System Red Green Blue C M Y K H S L
Decimal 152 5 40 0 0.97 0.74 0.40 345.71 0.94 0.31
Hex 98 5 28 0 61 4A 28 15A 5E 1F
Octal 230 5 50 0 141 112 50 532 136 37
Binary 10011000 101 101000 0 1100001 1001010 101000 101011010 1011110 11111

Color Harmonies of #980528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980528

Black with #980528

Text Example


Text Example

White with #980528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980528; }

 p { color: rgb(152,5,40); }

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

background-color css

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

 a { background-color: rgb(152,5,40); }

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

border-color css

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

 span { border-color: rgb(152,5,40); }

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