Html Css Color HEX #980D36 Carmine

📋 copy color: '#980D36'

red 152 ◦ green 13 ◦ blue 54

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

Shades of Carmine #980D36

Tints of Carmine #980D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.66%

R = 69.41%
G = 5.94%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#980D36 (or 0x980D36) is known color: Carmine. HEX triplet: 98, 0D and 36. RGB value is (152,13,54). Sum of RGB (Red+Green+Blue) = 152+13+54=219 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.41% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 152 - color contains mainly: red. Hex color #980D36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980D36 is #67F2C9. Grayscale: #3B3B3B. Windows color (decimal): -6812362 or 3542424. OLE color: 3542424.

HSL color Cylindrical-coordinate representation of color #980D36: hue angle of 342.3º 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 #980D36 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 13 54 -
CMYK 0 0.91 0.64 0.40
HSL 342.3º 0.84% 0.32% -
HSV(B) 342.3º 0.91% 0.6% -
XYZ 13.76 7.23 4.16 -
YUV 59.24 125.05 194.17 -
System Red Green Blue C M Y K H S L
Decimal 152 13 54 0 0.91 0.64 0.40 342.3 0.84 0.32
Hex 98 D 36 0 5B 40 28 156 54 20
Octal 230 15 66 0 133 100 50 526 124 40
Binary 10011000 1101 110110 0 1011011 1000000 101000 101010110 1010100 100000

Color Harmonies of #980D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980D36

Black with #980D36

Text Example


Text Example

White with #980D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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