Html Css Color HEX #980612 Carmine

📋 copy color: '#980612'

red 152 ◦ green 6 ◦ blue 18

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

Shades of Carmine #980612

Tints of Carmine #980612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.41%

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

R = 86.36%
G = 3.41%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#980612 (or 0x980612) is known color: Carmine. HEX triplet: 98, 06 and 12. RGB value is (152,6,18). Sum of RGB (Red+Green+Blue) = 152+6+18=176 (23% of max value = 765). Red value is 152 (59.77% from 255 or 86.36% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 152 - color contains mainly: red. Hex color #980612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980612 is #67F9ED. Grayscale: #333333. Windows color (decimal): -6814190 or 1181336. OLE color: 1181336.

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

Color convert

RGB 152 6 18 -
CMYK 0 0.96 0.88 0.40
HSL 355.07º 0.92% 0.31% -
HSV(B) 355.07º 0.96% 0.6% -
XYZ 13.12 6.85 1.2 -
YUV 51.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 152 6 18 0 0.96 0.88 0.40 355.07 0.92 0.31
Hex 98 6 12 0 60 58 28 163 5C 1F
Octal 230 6 22 0 140 130 50 543 134 37
Binary 10011000 110 10010 0 1100000 1011000 101000 101100011 1011100 11111

Color Harmonies of #980612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980612

Black with #980612

Text Example


Text Example

White with #980612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980612; }

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

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

background-color css

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

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

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

border-color css

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

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

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