Html Css Color HEX #980128 Carmine

📋 copy color: '#980128'

red 152 ◦ green 1 ◦ blue 40

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

Shades of Carmine #980128

Tints of Carmine #980128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 40 (16.02% from 255) = 20.73%

R = 78.76%
G = 0.52%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#980128 (or 0x980128) is known color: Carmine. HEX triplet: 98, 01 and 28. RGB value is (152,1,40). Sum of RGB (Red+Green+Blue) = 152+1+40=193 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.76% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 152 - color contains mainly: red. Hex color #980128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980128 is #67FED7. Grayscale: #323232. Windows color (decimal): -6815448 or 2621848. OLE color: 2621848.

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

Color convert

RGB 152 1 40 -
CMYK 0 0.99 0.74 0.40
HSL 344.5º 0.99% 0.3% -
HSV(B) 344.5º 0.99% 0.6% -
XYZ 13.34 6.85 2.63 -
YUV 50.6 122.03 200.33 -
System Red Green Blue C M Y K H S L
Decimal 152 1 40 0 0.99 0.74 0.40 344.5 0.99 0.3
Hex 98 1 28 0 63 4A 28 159 63 1E
Octal 230 1 50 0 143 112 50 531 143 36
Binary 10011000 1 101000 0 1100011 1001010 101000 101011001 1100011 11110

Color Harmonies of #980128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980128

Black with #980128

Text Example


Text Example

White with #980128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980128; }

 p { color: rgb(152,1,40); }

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

background-color css

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

 a { background-color: rgb(152,1,40); }

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

border-color css

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

 span { border-color: rgb(152,1,40); }

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