Html Css Color HEX #980716 Carmine

📋 copy color: '#980716'

red 152 ◦ green 7 ◦ blue 22

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

Shades of Carmine #980716

Tints of Carmine #980716

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.87%

 BLUE value IS 22 (8.98% from 255) = 12.15%

R = 83.98%
G = 3.87%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#980716 (or 0x980716) is known color: Carmine. HEX triplet: 98, 07 and 16. RGB value is (152,7,22). Sum of RGB (Red+Green+Blue) = 152+7+22=181 (23% of max value = 765). Red value is 152 (59.77% from 255 or 83.98% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 152 - color contains mainly: red. Hex color #980716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980716 is #67F8E9. Grayscale: #343434. Windows color (decimal): -6813930 or 1443736. OLE color: 1443736.

HSL color Cylindrical-coordinate representation of color #980716: hue angle of 353.79º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980716 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 7 22 -
CMYK 0 0.95 0.86 0.40
HSL 353.79º 0.91% 0.31% -
HSV(B) 353.79º 0.95% 0.6% -
XYZ 13.17 6.89 1.39 -
YUV 52.07 111.04 199.28 -
System Red Green Blue C M Y K H S L
Decimal 152 7 22 0 0.95 0.86 0.40 353.79 0.91 0.31
Hex 98 7 16 0 5F 56 28 162 5B 1F
Octal 230 7 26 0 137 126 50 542 133 37
Binary 10011000 111 10110 0 1011111 1010110 101000 101100010 1011011 11111

Color Harmonies of #980716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980716

Black with #980716

Text Example


Text Example

White with #980716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980716; }

 p { color: rgb(152,7,22); }

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

background-color css

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

 a { background-color: rgb(152,7,22); }

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

border-color css

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

 span { border-color: rgb(152,7,22); }

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