Html Css Color HEX #981128 Carmine

📋 copy color: '#981128'

red 152 ◦ green 17 ◦ blue 40

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

Shades of Carmine #981128

Tints of Carmine #981128

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.13%

 BLUE value IS 40 (16.02% from 255) = 19.14%

R = 72.73%
G = 8.13%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#981128 (or 0x981128) is known color: Carmine. HEX triplet: 98, 11 and 28. RGB value is (152,17,40). Sum of RGB (Red+Green+Blue) = 152+17+40=209 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.73% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 152 - color contains mainly: red. Hex color #981128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981128 is #67EED7. Grayscale: #3C3C3C. Windows color (decimal): -6811352 or 2625944. OLE color: 2625944.

HSL color Cylindrical-coordinate representation of color #981128: hue angle of 349.78º degrees, saturation: 0.8, 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 #981128 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 17 40 -
CMYK 0 0.89 0.74 0.40
HSL 349.78º 0.8% 0.33% -
HSV(B) 349.78º 0.89% 0.6% -
XYZ 13.53 7.23 2.69 -
YUV 59.99 116.73 193.63 -
System Red Green Blue C M Y K H S L
Decimal 152 17 40 0 0.89 0.74 0.40 349.78 0.8 0.33
Hex 98 11 28 0 59 4A 28 15E 50 21
Octal 230 21 50 0 131 112 50 536 120 41
Binary 10011000 10001 101000 0 1011001 1001010 101000 101011110 1010000 100001

Color Harmonies of #981128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981128

Black with #981128

Text Example


Text Example

White with #981128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981128; }

 p { color: rgb(152,17,40); }

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

background-color css

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

 a { background-color: rgb(152,17,40); }

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

border-color css

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

 span { border-color: rgb(152,17,40); }

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