Html Css Color HEX #980F14 Carmine

📋 copy color: '#980F14'

red 152 ◦ green 15 ◦ blue 20

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

Shades of Carmine #980F14

Tints of Carmine #980F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.7%

R = 81.28%
G = 8.02%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#980F14 (or 0x980F14) is known color: Carmine. HEX triplet: 98, 0F and 14. RGB value is (152,15,20). Sum of RGB (Red+Green+Blue) = 152+15+20=187 (24% of max value = 765). Red value is 152 (59.77% from 255 or 81.28% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 152 - color contains mainly: red. Hex color #980F14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980F14 is #67F0EB. Grayscale: #383838. Windows color (decimal): -6811884 or 1314712. OLE color: 1314712.

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

Color convert

RGB 152 15 20 -
CMYK 0 0.90 0.87 0.40
HSL 357.81º 0.82% 0.33% -
HSV(B) 357.81º 0.9% 0.6% -
XYZ 13.25 7.07 1.33 -
YUV 56.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 152 15 20 0 0.90 0.87 0.40 357.81 0.82 0.33
Hex 98 F 14 0 5A 57 28 166 52 21
Octal 230 17 24 0 132 127 50 546 122 41
Binary 10011000 1111 10100 0 1011010 1010111 101000 101100110 1010010 100001

Color Harmonies of #980F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980F14

Black with #980F14

Text Example


Text Example

White with #980F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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