Html Css Color HEX #980918 Carmine

📋 copy color: '#980918'

red 152 ◦ green 9 ◦ blue 24

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

Shades of Carmine #980918

Tints of Carmine #980918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.86%

 BLUE value IS 24 (9.77% from 255) = 12.97%

R = 82.16%
G = 4.86%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#980918 (or 0x980918) is known color: Carmine. HEX triplet: 98, 09 and 18. RGB value is (152,9,24). Sum of RGB (Red+Green+Blue) = 152+9+24=185 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.16% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 152 - color contains mainly: red. Hex color #980918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980918 is #67F6E7. Grayscale: #353535. Windows color (decimal): -6813416 or 1575320. OLE color: 1575320.

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

Color convert

RGB 152 9 24 -
CMYK 0 0.94 0.84 0.40
HSL 353.71º 0.89% 0.32% -
HSV(B) 353.71º 0.94% 0.6% -
XYZ 13.21 6.94 1.51 -
YUV 53.47 111.38 198.28 -
System Red Green Blue C M Y K H S L
Decimal 152 9 24 0 0.94 0.84 0.40 353.71 0.89 0.32
Hex 98 9 18 0 5E 54 28 162 59 20
Octal 230 11 30 0 136 124 50 542 131 40
Binary 10011000 1001 11000 0 1011110 1010100 101000 101100010 1011001 100000

Color Harmonies of #980918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980918

Black with #980918

Text Example


Text Example

White with #980918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980918; }

 p { color: rgb(152,9,24); }

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

background-color css

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

 a { background-color: rgb(152,9,24); }

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

border-color css

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

 span { border-color: rgb(152,9,24); }

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