Html Css Color HEX #980024 Carmine

📋 copy color: '#980024'

red 152 ◦ green 0 ◦ blue 36

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

Shades of Carmine #980024

Tints of Carmine #980024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.85%
G = 0%
B = 19.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#980024 (or 0x980024) is known color: Carmine. HEX triplet: 98, 00 and 24. RGB value is (152,0,36). Sum of RGB (Red+Green+Blue) = 152+0+36=188 (24% of max value = 765). Red value is 152 (59.77% from 255 or 80.85% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 152 - color contains mainly: red. Hex color #980024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980024 is #67FFDB. Grayscale: #313131. Windows color (decimal): -6815708 or 2359448. OLE color: 2359448.

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

Color convert

RGB 152 0 36 -
CMYK 0 1 0.76 0.40
HSL 345.79º 1% 0.3% -
HSV(B) 345.79º 1% 0.6% -
XYZ 13.27 6.8 2.28 -
YUV 49.55 120.36 201.07 -
System Red Green Blue C M Y K H S L
Decimal 152 0 36 0 1 0.76 0.40 345.79 1 0.3
Hex 98 0 24 0 64 4C 28 15A 64 1E
Octal 230 0 44 0 144 114 50 532 144 36
Binary 10011000 0 100100 0 1100100 1001100 101000 101011010 1100100 11110

Color Harmonies of #980024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980024

Black with #980024

Text Example


Text Example

White with #980024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980024; }

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

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

background-color css

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

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

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

border-color css

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

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

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