Html Css Color HEX #980428 Carmine

📋 copy color: '#980428'

red 152 ◦ green 4 ◦ blue 40

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

Shades of Carmine #980428

Tints of Carmine #980428

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.04%

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

R = 77.55%
G = 2.04%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#980428 (or 0x980428) is known color: Carmine. HEX triplet: 98, 04 and 28. RGB value is (152,4,40). Sum of RGB (Red+Green+Blue) = 152+4+40=196 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.55% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 152 - color contains mainly: red. Hex color #980428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980428 is #67FBD7. Grayscale: #343434. Windows color (decimal): -6814680 or 2622616. OLE color: 2622616.

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

Color convert

RGB 152 4 40 -
CMYK 0 0.97 0.74 0.40
HSL 345.41º 0.95% 0.31% -
HSV(B) 345.41º 0.97% 0.6% -
XYZ 13.38 6.92 2.64 -
YUV 52.36 121.03 199.07 -
System Red Green Blue C M Y K H S L
Decimal 152 4 40 0 0.97 0.74 0.40 345.41 0.95 0.31
Hex 98 4 28 0 61 4A 28 159 5F 1F
Octal 230 4 50 0 141 112 50 531 137 37
Binary 10011000 100 101000 0 1100001 1001010 101000 101011001 1011111 11111

Color Harmonies of #980428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980428

Black with #980428

Text Example


Text Example

White with #980428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980428; }

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

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

background-color css

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

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

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

border-color css

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

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

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