Html Css Color HEX #980529 Carmine

📋 copy color: '#980529'

red 152 ◦ green 5 ◦ blue 41

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

Shades of Carmine #980529

Tints of Carmine #980529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20.71%

R = 76.77%
G = 2.53%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#980529 (or 0x980529) is known color: Carmine. HEX triplet: 98, 05 and 29. RGB value is (152,5,41). Sum of RGB (Red+Green+Blue) = 152+5+41=198 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.77% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 152 - color contains mainly: red. Hex color #980529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980529 is #67FAD6. Grayscale: #353535. Windows color (decimal): -6814423 or 2688408. OLE color: 2688408.

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

Color convert

RGB 152 5 41 -
CMYK 0 0.97 0.73 0.40
HSL 345.31º 0.94% 0.31% -
HSV(B) 345.31º 0.97% 0.6% -
XYZ 13.4 6.94 2.73 -
YUV 53.06 121.2 198.57 -
System Red Green Blue C M Y K H S L
Decimal 152 5 41 0 0.97 0.73 0.40 345.31 0.94 0.31
Hex 98 5 29 0 61 49 28 159 5E 1F
Octal 230 5 51 0 141 111 50 531 136 37
Binary 10011000 101 101001 0 1100001 1001001 101000 101011001 1011110 11111

Color Harmonies of #980529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980529

Black with #980529

Text Example


Text Example

White with #980529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980529; }

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

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

background-color css

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

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

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

border-color css

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

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

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