Html Css Color HEX #980423 Carmine

📋 copy color: '#980423'

red 152 ◦ green 4 ◦ blue 35

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

Shades of Carmine #980423

Tints of Carmine #980423

RGB

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

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

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

R = 79.58%
G = 2.09%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.40

RGB Variations

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

Color information

#980423 (or 0x980423) is known color: Carmine. HEX triplet: 98, 04 and 23. RGB value is (152,4,35). Sum of RGB (Red+Green+Blue) = 152+4+35=191 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.58% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 152 - color contains mainly: red. Hex color #980423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980423 is #67FBDC. Grayscale: #333333. Windows color (decimal): -6814685 or 2294936. OLE color: 2294936.

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

Color convert

RGB 152 4 35 -
CMYK 0 0.97 0.77 0.40
HSL 347.43º 0.95% 0.31% -
HSV(B) 347.43º 0.97% 0.6% -
XYZ 13.3 6.88 2.22 -
YUV 51.79 118.53 199.48 -
System Red Green Blue C M Y K H S L
Decimal 152 4 35 0 0.97 0.77 0.40 347.43 0.95 0.31
Hex 98 4 23 0 61 4D 28 15B 5F 1F
Octal 230 4 43 0 141 115 50 533 137 37
Binary 10011000 100 100011 0 1100001 1001101 101000 101011011 1011111 11111

Color Harmonies of #980423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980423

Black with #980423

Text Example


Text Example

White with #980423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980423; }

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

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

background-color css

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

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

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

border-color css

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

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

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