Html Css Color HEX #980323 Carmine

📋 copy color: '#980323'

red 152 ◦ green 3 ◦ blue 35

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

Shades of Carmine #980323

Tints of Carmine #980323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.42%

R = 80%
G = 1.58%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.40

RGB Variations

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

Color information

#980323 (or 0x980323) is known color: Carmine. HEX triplet: 98, 03 and 23. RGB value is (152,3,35). Sum of RGB (Red+Green+Blue) = 152+3+35=190 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 152 - color contains mainly: red. Hex color #980323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980323 is #67FCDC. Grayscale: #333333. Windows color (decimal): -6814941 or 2294680. OLE color: 2294680.

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

Color convert

RGB 152 3 35 -
CMYK 0 0.98 0.77 0.40
HSL 347.11º 0.96% 0.3% -
HSV(B) 347.11º 0.98% 0.6% -
XYZ 13.28 6.86 2.21 -
YUV 51.2 118.86 199.9 -
System Red Green Blue C M Y K H S L
Decimal 152 3 35 0 0.98 0.77 0.40 347.11 0.96 0.3
Hex 98 3 23 0 62 4D 28 15B 60 1E
Octal 230 3 43 0 142 115 50 533 140 36
Binary 10011000 11 100011 0 1100010 1001101 101000 101011011 1100000 11110

Color Harmonies of #980323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980323

Black with #980323

Text Example


Text Example

White with #980323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980323; }

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

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

background-color css

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

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

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

border-color css

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

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

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