Html Css Color HEX #980231 Carmine

📋 copy color: '#980231'

red 152 ◦ green 2 ◦ blue 49

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

Shades of Carmine #980231

Tints of Carmine #980231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

 BLUE value IS 49 (19.53% from 255) = 24.14%

R = 74.88%
G = 0.99%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#980231 (or 0x980231) is known color: Carmine. HEX triplet: 98, 02 and 31. RGB value is (152,2,49). Sum of RGB (Red+Green+Blue) = 152+2+49=203 (26% of max value = 765). Red value is 152 (59.77% from 255 or 74.88% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 152 - color contains mainly: red. Hex color #980231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980231 is #67FDCE. Grayscale: #343434. Windows color (decimal): -6815183 or 3211928. OLE color: 3211928.

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

Color convert

RGB 152 2 49 -
CMYK 0 0.99 0.68 0.40
HSL 341.2º 0.97% 0.3% -
HSV(B) 341.2º 0.99% 0.6% -
XYZ 13.52 6.94 3.53 -
YUV 52.21 126.2 199.18 -
System Red Green Blue C M Y K H S L
Decimal 152 2 49 0 0.99 0.68 0.40 341.2 0.97 0.3
Hex 98 2 31 0 63 44 28 155 61 1E
Octal 230 2 61 0 143 104 50 525 141 36
Binary 10011000 10 110001 0 1100011 1000100 101000 101010101 1100001 11110

Color Harmonies of #980231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980231

Black with #980231

Text Example


Text Example

White with #980231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980231; }

 p { color: rgb(152,2,49); }

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

background-color css

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

 a { background-color: rgb(152,2,49); }

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

border-color css

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

 span { border-color: rgb(152,2,49); }

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