Html Css Color HEX #980A2C Carmine

📋 copy color: '#980A2C'

red 152 ◦ green 10 ◦ blue 44

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

Shades of Carmine #980A2C

Tints of Carmine #980A2C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.85%

 BLUE value IS 44 (17.58% from 255) = 21.36%

R = 73.79%
G = 4.85%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#980A2C (or 0x980A2C) is known color: Carmine. HEX triplet: 98, 0A and 2C. RGB value is (152,10,44). Sum of RGB (Red+Green+Blue) = 152+10+44=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #980A2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980A2C is #67F5D3. Grayscale: #383838. Windows color (decimal): -6813140 or 2886296. OLE color: 2886296.

HSL color Cylindrical-coordinate representation of color #980A2C: hue angle of 345.63º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980A2C is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 10 44 -
CMYK 0 0.93 0.71 0.40
HSL 345.63º 0.88% 0.32% -
HSV(B) 345.63º 0.93% 0.6% -
XYZ 13.51 7.07 3.04 -
YUV 56.33 121.04 196.24 -
System Red Green Blue C M Y K H S L
Decimal 152 10 44 0 0.93 0.71 0.40 345.63 0.88 0.32
Hex 98 A 2C 0 5D 47 28 15A 58 20
Octal 230 12 54 0 135 107 50 532 130 40
Binary 10011000 1010 101100 0 1011101 1000111 101000 101011010 1011000 100000

Color Harmonies of #980A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980A2C

Black with #980A2C

Text Example


Text Example

White with #980A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980A2C; }

 p { color: rgb(152,10,44); }

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

background-color css

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

 a { background-color: rgb(152,10,44); }

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

border-color css

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

 span { border-color: rgb(152,10,44); }

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