Html Css Color HEX #981024 Carmine

📋 copy color: '#981024'

red 152 ◦ green 16 ◦ blue 36

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

Shades of Carmine #981024

Tints of Carmine #981024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.84%

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

R = 74.51%
G = 7.84%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#981024 (or 0x981024) is known color: Carmine. HEX triplet: 98, 10 and 24. RGB value is (152,16,36). Sum of RGB (Red+Green+Blue) = 152+16+36=204 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.51% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 152 - color contains mainly: red. Hex color #981024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981024 is #67EFDB. Grayscale: #3B3B3B. Windows color (decimal): -6811612 or 2363544. OLE color: 2363544.

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

Color convert

RGB 152 16 36 -
CMYK 0 0.89 0.76 0.40
HSL 351.18º 0.81% 0.33% -
HSV(B) 351.18º 0.89% 0.6% -
XYZ 13.45 7.17 2.34 -
YUV 58.94 115.06 194.37 -
System Red Green Blue C M Y K H S L
Decimal 152 16 36 0 0.89 0.76 0.40 351.18 0.81 0.33
Hex 98 10 24 0 59 4C 28 15F 51 21
Octal 230 20 44 0 131 114 50 537 121 41
Binary 10011000 10000 100100 0 1011001 1001100 101000 101011111 1010001 100001

Color Harmonies of #981024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981024

Black with #981024

Text Example


Text Example

White with #981024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981024; }

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

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

background-color css

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

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

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

border-color css

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

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

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