Html Css Color HEX #980324 Carmine

📋 copy color: '#980324'

red 152 ◦ green 3 ◦ blue 36

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

Shades of Carmine #980324

Tints of Carmine #980324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 18.85%

R = 79.58%
G = 1.57%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#980324 (or 0x980324) is known color: Carmine. HEX triplet: 98, 03 and 24. RGB value is (152,3,36). Sum of RGB (Red+Green+Blue) = 152+3+36=191 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.58% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 152 - color contains mainly: red. Hex color #980324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980324 is #67FCDB. Grayscale: #333333. Windows color (decimal): -6814940 or 2360216. OLE color: 2360216.

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

Color convert

RGB 152 3 36 -
CMYK 0 0.98 0.76 0.40
HSL 346.71º 0.96% 0.3% -
HSV(B) 346.71º 0.98% 0.6% -
XYZ 13.3 6.87 2.29 -
YUV 51.31 119.36 199.82 -
System Red Green Blue C M Y K H S L
Decimal 152 3 36 0 0.98 0.76 0.40 346.71 0.96 0.3
Hex 98 3 24 0 62 4C 28 15B 60 1E
Octal 230 3 44 0 142 114 50 533 140 36
Binary 10011000 11 100100 0 1100010 1001100 101000 101011011 1100000 11110

Color Harmonies of #980324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980324

Black with #980324

Text Example


Text Example

White with #980324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980324; }

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

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

background-color css

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

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

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

border-color css

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

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

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