Html Css Color HEX #980320 Carmine

📋 copy color: '#980320'

red 152 ◦ green 3 ◦ blue 32

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

Shades of Carmine #980320

Tints of Carmine #980320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 81.28%
G = 1.6%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#980320 (or 0x980320) is known color: Carmine. HEX triplet: 98, 03 and 20. RGB value is (152,3,32). Sum of RGB (Red+Green+Blue) = 152+3+32=187 (24% of max value = 765). Red value is 152 (59.77% from 255 or 81.28% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 152 - color contains mainly: red. Hex color #980320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980320 is #67FCDF. Grayscale: #323232. Windows color (decimal): -6814944 or 2098072. OLE color: 2098072.

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

Color convert

RGB 152 3 32 -
CMYK 0 0.98 0.79 0.40
HSL 348.32º 0.96% 0.3% -
HSV(B) 348.32º 0.98% 0.6% -
XYZ 13.24 6.84 1.99 -
YUV 50.86 117.36 200.14 -
System Red Green Blue C M Y K H S L
Decimal 152 3 32 0 0.98 0.79 0.40 348.32 0.96 0.3
Hex 98 3 20 0 62 4F 28 15C 60 1E
Octal 230 3 40 0 142 117 50 534 140 36
Binary 10011000 11 100000 0 1100010 1001111 101000 101011100 1100000 11110

Color Harmonies of #980320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980320

Black with #980320

Text Example


Text Example

White with #980320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980320; }

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

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

background-color css

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

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

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

border-color css

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

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

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