Html Css Color HEX #980712 Carmine

📋 copy color: '#980712'

red 152 ◦ green 7 ◦ blue 18

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

Shades of Carmine #980712

Tints of Carmine #980712

RGB

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

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

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

R = 85.88%
G = 3.95%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#980712 (or 0x980712) is known color: Carmine. HEX triplet: 98, 07 and 12. RGB value is (152,7,18). Sum of RGB (Red+Green+Blue) = 152+7+18=177 (23% of max value = 765). Red value is 152 (59.77% from 255 or 85.88% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 152 - color contains mainly: red. Hex color #980712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980712 is #67F8ED. Grayscale: #333333. Windows color (decimal): -6813934 or 1181592. OLE color: 1181592.

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

Color convert

RGB 152 7 18 -
CMYK 0 0.95 0.88 0.40
HSL 355.45º 0.91% 0.31% -
HSV(B) 355.45º 0.95% 0.6% -
XYZ 13.13 6.87 1.21 -
YUV 51.61 109.04 199.61 -
System Red Green Blue C M Y K H S L
Decimal 152 7 18 0 0.95 0.88 0.40 355.45 0.91 0.31
Hex 98 7 12 0 5F 58 28 163 5B 1F
Octal 230 7 22 0 137 130 50 543 133 37
Binary 10011000 111 10010 0 1011111 1011000 101000 101100011 1011011 11111

Color Harmonies of #980712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980712

Black with #980712

Text Example


Text Example

White with #980712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980712; }

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

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

background-color css

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

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

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

border-color css

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

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

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