Html Css Color HEX #980812 Carmine

📋 copy color: '#980812'

red 152 ◦ green 8 ◦ blue 18

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

Shades of Carmine #980812

Tints of Carmine #980812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.49%

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

R = 85.39%
G = 4.49%
B = 10.11%

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

#980812 (or 0x980812) is known color: Carmine. HEX triplet: 98, 08 and 12. RGB value is (152,8,18). Sum of RGB (Red+Green+Blue) = 152+8+18=178 (23% of max value = 765). Red value is 152 (59.77% from 255 or 85.39% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 152 - color contains mainly: red. Hex color #980812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980812 is #67F7ED. Grayscale: #343434. Windows color (decimal): -6813678 or 1181848. OLE color: 1181848.

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

Color convert

RGB 152 8 18 -
CMYK 0 0.95 0.88 0.40
HSL 355.83º 0.9% 0.31% -
HSV(B) 355.83º 0.95% 0.6% -
XYZ 13.14 6.89 1.21 -
YUV 52.2 108.71 199.19 -
System Red Green Blue C M Y K H S L
Decimal 152 8 18 0 0.95 0.88 0.40 355.83 0.9 0.31
Hex 98 8 12 0 5F 58 28 164 5A 1F
Octal 230 10 22 0 137 130 50 544 132 37
Binary 10011000 1000 10010 0 1011111 1011000 101000 101100100 1011010 11111

Color Harmonies of #980812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980812

Black with #980812

Text Example


Text Example

White with #980812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980812; }

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

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

background-color css

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

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

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

border-color css

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

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

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