Html Css Color HEX #980D2C Carmine

📋 copy color: '#980D2C'

red 152 ◦ green 13 ◦ blue 44

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

Shades of Carmine #980D2C

Tints of Carmine #980D2C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.22%

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

R = 72.73%
G = 6.22%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#980D2C (or 0x980D2C) is known color: Carmine. HEX triplet: 98, 0D and 2C. RGB value is (152,13,44). Sum of RGB (Red+Green+Blue) = 152+13+44=209 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.73% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 152 - color contains mainly: red. Hex color #980D2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980D2C is #67F2D3. Grayscale: #3A3A3A. Windows color (decimal): -6812372 or 2887064. OLE color: 2887064.

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

Color convert

RGB 152 13 44 -
CMYK 0 0.91 0.71 0.40
HSL 346.62º 0.84% 0.32% -
HSV(B) 346.62º 0.91% 0.6% -
XYZ 13.55 7.15 3.05 -
YUV 58.1 120.05 194.98 -
System Red Green Blue C M Y K H S L
Decimal 152 13 44 0 0.91 0.71 0.40 346.62 0.84 0.32
Hex 98 D 2C 0 5B 47 28 15B 54 20
Octal 230 15 54 0 133 107 50 533 124 40
Binary 10011000 1101 101100 0 1011011 1000111 101000 101011011 1010100 100000

Color Harmonies of #980D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980D2C

Black with #980D2C

Text Example


Text Example

White with #980D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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