Html Css Color HEX #960420 Carmine

📋 copy color: '#960420'

red 150 ◦ green 4 ◦ blue 32

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

Shades of Carmine #960420

Tints of Carmine #960420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.2%

R = 80.65%
G = 2.15%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#960420 (or 0x960420) is known color: Carmine. HEX triplet: 96, 04 and 20. RGB value is (150,4,32). Sum of RGB (Red+Green+Blue) = 150+4+32=186 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.65% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 150 - color contains mainly: red. Hex color #960420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960420 is #69FBDF. Grayscale: #323232. Windows color (decimal): -6945760 or 2098326. OLE color: 2098326.

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

Color convert

RGB 150 4 32 -
CMYK 0 0.97 0.79 0.41
HSL 348.49º 0.95% 0.3% -
HSV(B) 348.49º 0.97% 0.59% -
XYZ 12.88 6.68 1.98 -
YUV 50.85 117.37 198.72 -
System Red Green Blue C M Y K H S L
Decimal 150 4 32 0 0.97 0.79 0.41 348.49 0.95 0.3
Hex 96 4 20 0 61 4F 29 15C 5F 1E
Octal 226 4 40 0 141 117 51 534 137 36
Binary 10010110 100 100000 0 1100001 1001111 101001 101011100 1011111 11110

Color Harmonies of #960420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960420

Black with #960420

Text Example


Text Example

White with #960420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960420; }

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

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

background-color css

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

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

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

border-color css

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

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

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