Html Css Color HEX #980015 Carmine

📋 copy color: '#980015'

red 152 ◦ green 0 ◦ blue 21

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

Shades of Carmine #980015

Tints of Carmine #980015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.14%

R = 87.86%
G = 0%
B = 12.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#980015 (or 0x980015) is known color: Carmine. HEX triplet: 98, 00 and 15. RGB value is (152,0,21). Sum of RGB (Red+Green+Blue) = 152+0+21=173 (22% of max value = 765). Red value is 152 (59.77% from 255 or 87.86% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 152 - color contains mainly: red. Hex color #980015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980015 is #67FFEA. Grayscale: #2F2F2F. Windows color (decimal): -6815723 or 1376408. OLE color: 1376408.

HSL color Cylindrical-coordinate representation of color #980015: hue angle of 351.71º 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 #980015 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 0 21 -
CMYK 0 1 0.86 0.40
HSL 351.71º 1% 0.3% -
HSV(B) 351.71º 1% 0.6% -
XYZ 13.08 6.73 1.32 -
YUV 47.84 112.86 202.29 -
System Red Green Blue C M Y K H S L
Decimal 152 0 21 0 1 0.86 0.40 351.71 1 0.3
Hex 98 0 15 0 64 56 28 160 64 1E
Octal 230 0 25 0 144 126 50 540 144 36
Binary 10011000 0 10101 0 1100100 1010110 101000 101100000 1100100 11110

Color Harmonies of #980015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980015

Black with #980015

Text Example


Text Example

White with #980015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980015; }

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

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

background-color css

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

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

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

border-color css

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

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

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