Html Css Color HEX #980919 Carmine

📋 copy color: '#980919'

red 152 ◦ green 9 ◦ blue 25

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

Shades of Carmine #980919

Tints of Carmine #980919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.44%

R = 81.72%
G = 4.84%
B = 13.44%

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

#980919 (or 0x980919) is known color: Carmine. HEX triplet: 98, 09 and 19. RGB value is (152,9,25). Sum of RGB (Red+Green+Blue) = 152+9+25=186 (24% of max value = 765). Red value is 152 (59.77% from 255 or 81.72% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 152 - color contains mainly: red. Hex color #980919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980919 is #67F6E6. Grayscale: #353535. Windows color (decimal): -6813415 or 1640856. OLE color: 1640856.

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

Color convert

RGB 152 9 25 -
CMYK 0 0.94 0.84 0.40
HSL 353.29º 0.89% 0.32% -
HSV(B) 353.29º 0.94% 0.6% -
XYZ 13.22 6.94 1.56 -
YUV 53.58 111.88 198.2 -
System Red Green Blue C M Y K H S L
Decimal 152 9 25 0 0.94 0.84 0.40 353.29 0.89 0.32
Hex 98 9 19 0 5E 54 28 161 59 20
Octal 230 11 31 0 136 124 50 541 131 40
Binary 10011000 1001 11001 0 1011110 1010100 101000 101100001 1011001 100000

Color Harmonies of #980919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980919

Black with #980919

Text Example


Text Example

White with #980919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980919; }

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

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

background-color css

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

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

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

border-color css

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

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

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