Html Css Color HEX #960424 Carmine

📋 copy color: '#960424'

red 150 ◦ green 4 ◦ blue 36

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

Shades of Carmine #960424

Tints of Carmine #960424

RGB

 RED value IS 150 (58.98% from 255) = 78.95%

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

 BLUE value IS 36 (14.45% from 255) = 18.95%

R = 78.95%
G = 2.11%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#960424 (or 0x960424) is known color: Carmine. HEX triplet: 96, 04 and 24. RGB value is (150,4,36). Sum of RGB (Red+Green+Blue) = 150+4+36=190 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.95% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 150 - color contains mainly: red. Hex color #960424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960424 is #69FBDB. Grayscale: #333333. Windows color (decimal): -6945756 or 2360470. OLE color: 2360470.

HSL color Cylindrical-coordinate representation of color #960424: hue angle of 346.85º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #960424 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 4 36 -
CMYK 0 0.97 0.76 0.41
HSL 346.85º 0.95% 0.3% -
HSV(B) 346.85º 0.97% 0.59% -
XYZ 12.94 6.7 2.28 -
YUV 51.3 119.37 198.4 -
System Red Green Blue C M Y K H S L
Decimal 150 4 36 0 0.97 0.76 0.41 346.85 0.95 0.3
Hex 96 4 24 0 61 4C 29 15B 5F 1E
Octal 226 4 44 0 141 114 51 533 137 36
Binary 10010110 100 100100 0 1100001 1001100 101001 101011011 1011111 11110

Color Harmonies of #960424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960424

Black with #960424

Text Example


Text Example

White with #960424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960424; }

 p { color: rgb(150,4,36); }

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

background-color css

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

 a { background-color: rgb(150,4,36); }

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

border-color css

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

 span { border-color: rgb(150,4,36); }

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