Html Css Color HEX #980311 Carmine

📋 copy color: '#980311'

red 152 ◦ green 3 ◦ blue 17

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

Shades of Carmine #980311

Tints of Carmine #980311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.88%

R = 88.37%
G = 1.74%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#980311 (or 0x980311) is known color: Carmine. HEX triplet: 98, 03 and 11. RGB value is (152,3,17). Sum of RGB (Red+Green+Blue) = 152+3+17=172 (22% of max value = 765). Red value is 152 (59.77% from 255 or 88.37% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 152 - color contains mainly: red. Hex color #980311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980311 is #67FCEE. Grayscale: #313131. Windows color (decimal): -6814959 or 1115032. OLE color: 1115032.

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

Color convert

RGB 152 3 17 -
CMYK 0 0.98 0.89 0.40
HSL 354.36º 0.96% 0.3% -
HSV(B) 354.36º 0.98% 0.6% -
XYZ 13.08 6.78 1.15 -
YUV 49.15 109.86 201.36 -
System Red Green Blue C M Y K H S L
Decimal 152 3 17 0 0.98 0.89 0.40 354.36 0.96 0.3
Hex 98 3 11 0 62 59 28 162 60 1E
Octal 230 3 21 0 142 131 50 542 140 36
Binary 10011000 11 10001 0 1100010 1011001 101000 101100010 1100000 11110

Color Harmonies of #980311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980311

Black with #980311

Text Example


Text Example

White with #980311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980311; }

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

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

background-color css

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

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

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

border-color css

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

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

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