Html Css Color HEX #980D26 Carmine

📋 copy color: '#980D26'

red 152 ◦ green 13 ◦ blue 38

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

Shades of Carmine #980D26

Tints of Carmine #980D26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.72%

R = 74.88%
G = 6.4%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.40

RGB Variations

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

Color information

#980D26 (or 0x980D26) is known color: Carmine. HEX triplet: 98, 0D and 26. RGB value is (152,13,38). Sum of RGB (Red+Green+Blue) = 152+13+38=203 (26% of max value = 765). Red value is 152 (59.77% from 255 or 74.88% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 152 - color contains mainly: red. Hex color #980D26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980D26 is #67F2D9. Grayscale: #393939. Windows color (decimal): -6812378 or 2493848. OLE color: 2493848.

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

Color convert

RGB 152 13 38 -
CMYK 0 0.91 0.75 0.40
HSL 349.21º 0.84% 0.32% -
HSV(B) 349.21º 0.91% 0.6% -
XYZ 13.44 7.1 2.5 -
YUV 57.41 117.05 195.47 -
System Red Green Blue C M Y K H S L
Decimal 152 13 38 0 0.91 0.75 0.40 349.21 0.84 0.32
Hex 98 D 26 0 5B 4B 28 15D 54 20
Octal 230 15 46 0 133 113 50 535 124 40
Binary 10011000 1101 100110 0 1011011 1001011 101000 101011101 1010100 100000

Color Harmonies of #980D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980D26

Black with #980D26

Text Example


Text Example

White with #980D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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