Html Css Color HEX #980920 Carmine

📋 copy color: '#980920'

red 152 ◦ green 9 ◦ blue 32

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

Shades of Carmine #980920

Tints of Carmine #980920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.58%

R = 78.76%
G = 4.66%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#980920 (or 0x980920) is known color: Carmine. HEX triplet: 98, 09 and 20. RGB value is (152,9,32). Sum of RGB (Red+Green+Blue) = 152+9+32=193 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.76% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 152 - color contains mainly: red. Hex color #980920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980920 is #67F6DF. Grayscale: #363636. Windows color (decimal): -6813408 or 2099608. OLE color: 2099608.

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

Color convert

RGB 152 9 32 -
CMYK 0 0.94 0.79 0.40
HSL 350.35º 0.89% 0.32% -
HSV(B) 350.35º 0.94% 0.6% -
XYZ 13.31 6.98 2.01 -
YUV 54.38 115.38 197.63 -
System Red Green Blue C M Y K H S L
Decimal 152 9 32 0 0.94 0.79 0.40 350.35 0.89 0.32
Hex 98 9 20 0 5E 4F 28 15E 59 20
Octal 230 11 40 0 136 117 50 536 131 40
Binary 10011000 1001 100000 0 1011110 1001111 101000 101011110 1011001 100000

Color Harmonies of #980920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980920

Black with #980920

Text Example


Text Example

White with #980920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980920; }

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

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

background-color css

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

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

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

border-color css

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

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

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