Html Css Color HEX #980512 Carmine

📋 copy color: '#980512'

red 152 ◦ green 5 ◦ blue 18

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

Shades of Carmine #980512

Tints of Carmine #980512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.86%

 BLUE value IS 18 (7.42% from 255) = 10.29%

R = 86.86%
G = 2.86%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#980512 (or 0x980512) is known color: Carmine. HEX triplet: 98, 05 and 12. RGB value is (152,5,18). Sum of RGB (Red+Green+Blue) = 152+5+18=175 (23% of max value = 765). Red value is 152 (59.77% from 255 or 86.86% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 152 - color contains mainly: red. Hex color #980512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980512 is #67FAED. Grayscale: #323232. Windows color (decimal): -6814446 or 1181080. OLE color: 1181080.

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

Color convert

RGB 152 5 18 -
CMYK 0 0.97 0.88 0.40
HSL 354.69º 0.94% 0.31% -
HSV(B) 354.69º 0.97% 0.6% -
XYZ 13.11 6.83 1.2 -
YUV 50.44 109.7 200.44 -
System Red Green Blue C M Y K H S L
Decimal 152 5 18 0 0.97 0.88 0.40 354.69 0.94 0.31
Hex 98 5 12 0 61 58 28 163 5E 1F
Octal 230 5 22 0 141 130 50 543 136 37
Binary 10011000 101 10010 0 1100001 1011000 101000 101100011 1011110 11111

Color Harmonies of #980512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980512

Black with #980512

Text Example


Text Example

White with #980512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980512; }

 p { color: rgb(152,5,18); }

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

background-color css

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

 a { background-color: rgb(152,5,18); }

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

border-color css

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

 span { border-color: rgb(152,5,18); }

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