Html Css Color HEX #980014 Carmine

📋 copy color: '#980014'

red 152 ◦ green 0 ◦ blue 20

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

Shades of Carmine #980014

Tints of Carmine #980014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.37%
G = 0%
B = 11.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#980014 (or 0x980014) is known color: Carmine. HEX triplet: 98, 00 and 14. RGB value is (152,0,20). Sum of RGB (Red+Green+Blue) = 152+0+20=172 (22% of max value = 765). Red value is 152 (59.77% from 255 or 88.37% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 152 - color contains mainly: red. Hex color #980014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980014 is #67FFEB. Grayscale: #2F2F2F. Windows color (decimal): -6815724 or 1310872. OLE color: 1310872.

HSL color Cylindrical-coordinate representation of color #980014: hue angle of 352.11º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980014 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 0 20 -
CMYK 0 1 0.87 0.40
HSL 352.11º 1% 0.3% -
HSV(B) 352.11º 1% 0.6% -
XYZ 13.08 6.73 1.27 -
YUV 47.73 112.36 202.37 -
System Red Green Blue C M Y K H S L
Decimal 152 0 20 0 1 0.87 0.40 352.11 1 0.3
Hex 98 0 14 0 64 57 28 160 64 1E
Octal 230 0 24 0 144 127 50 540 144 36
Binary 10011000 0 10100 0 1100100 1010111 101000 101100000 1100100 11110

Color Harmonies of #980014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980014

Black with #980014

Text Example


Text Example

White with #980014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980014; }

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

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

background-color css

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

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

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

border-color css

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

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

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