Html Css Color HEX #981123 Carmine

📋 copy color: '#981123'

red 152 ◦ green 17 ◦ blue 35

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

Shades of Carmine #981123

Tints of Carmine #981123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.16%

R = 74.51%
G = 8.33%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.40

RGB Variations

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

Color information

#981123 (or 0x981123) is known color: Carmine. HEX triplet: 98, 11 and 23. RGB value is (152,17,35). Sum of RGB (Red+Green+Blue) = 152+17+35=204 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.51% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 152 - color contains mainly: red. Hex color #981123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981123 is #67EEDC. Grayscale: #3B3B3B. Windows color (decimal): -6811357 or 2298264. OLE color: 2298264.

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

Color convert

RGB 152 17 35 -
CMYK 0 0.89 0.77 0.40
HSL 352º 0.8% 0.33% -
HSV(B) 352º 0.89% 0.6% -
XYZ 13.45 7.2 2.27 -
YUV 59.42 114.23 194.04 -
System Red Green Blue C M Y K H S L
Decimal 152 17 35 0 0.89 0.77 0.40 352 0.8 0.33
Hex 98 11 23 0 59 4D 28 160 50 21
Octal 230 21 43 0 131 115 50 540 120 41
Binary 10011000 10001 100011 0 1011001 1001101 101000 101100000 1010000 100001

Color Harmonies of #981123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981123

Black with #981123

Text Example


Text Example

White with #981123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981123; }

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

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

background-color css

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

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

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

border-color css

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

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

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