Html Css Color HEX #980329 Carmine

📋 copy color: '#980329'

red 152 ◦ green 3 ◦ blue 41

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

Shades of Carmine #980329

Tints of Carmine #980329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.53%

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

R = 77.55%
G = 1.53%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#980329 (or 0x980329) is known color: Carmine. HEX triplet: 98, 03 and 29. RGB value is (152,3,41). Sum of RGB (Red+Green+Blue) = 152+3+41=196 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.55% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 152 - color contains mainly: red. Hex color #980329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980329 is #67FCD6. Grayscale: #333333. Windows color (decimal): -6814935 or 2687896. OLE color: 2687896.

HSL color Cylindrical-coordinate representation of color #980329: hue angle of 344.7º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980329 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 3 41 -
CMYK 0 0.98 0.73 0.40
HSL 344.7º 0.96% 0.3% -
HSV(B) 344.7º 0.98% 0.6% -
XYZ 13.38 6.9 2.72 -
YUV 51.88 121.86 199.41 -
System Red Green Blue C M Y K H S L
Decimal 152 3 41 0 0.98 0.73 0.40 344.7 0.96 0.3
Hex 98 3 29 0 62 49 28 159 60 1E
Octal 230 3 51 0 142 111 50 531 140 36
Binary 10011000 11 101001 0 1100010 1001001 101000 101011001 1100000 11110

Color Harmonies of #980329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980329

Black with #980329

Text Example


Text Example

White with #980329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980329; }

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

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

background-color css

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

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

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

border-color css

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

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

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