Html Css Color HEX #980F26 Carmine

📋 copy color: '#980F26'

red 152 ◦ green 15 ◦ blue 38

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

Shades of Carmine #980F26

Tints of Carmine #980F26

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.32%

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

R = 74.15%
G = 7.32%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.40

RGB Variations

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

Color information

#980F26 (or 0x980F26) is known color: Carmine. HEX triplet: 98, 0F and 26. RGB value is (152,15,38). Sum of RGB (Red+Green+Blue) = 152+15+38=205 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.15% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 152 - color contains mainly: red. Hex color #980F26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980F26 is #67F0D9. Grayscale: #3A3A3A. Windows color (decimal): -6811866 or 2494360. OLE color: 2494360.

HSL color Cylindrical-coordinate representation of color #980F26: hue angle of 349.93º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F26 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 15 38 -
CMYK 0 0.90 0.75 0.40
HSL 349.93º 0.82% 0.33% -
HSV(B) 349.93º 0.9% 0.6% -
XYZ 13.47 7.16 2.51 -
YUV 58.59 116.39 194.63 -
System Red Green Blue C M Y K H S L
Decimal 152 15 38 0 0.90 0.75 0.40 349.93 0.82 0.33
Hex 98 F 26 0 5A 4B 28 15E 52 21
Octal 230 17 46 0 132 113 50 536 122 41
Binary 10011000 1111 100110 0 1011010 1001011 101000 101011110 1010010 100001

Color Harmonies of #980F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980F26

Black with #980F26

Text Example


Text Example

White with #980F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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