Html Css Color HEX #960428 Carmine

📋 copy color: '#960428'

red 150 ◦ green 4 ◦ blue 40

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

Shades of Carmine #960428

Tints of Carmine #960428

RGB

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

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

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

R = 77.32%
G = 2.06%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#960428 (or 0x960428) is known color: Carmine. HEX triplet: 96, 04 and 28. RGB value is (150,4,40). Sum of RGB (Red+Green+Blue) = 150+4+40=194 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.32% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 150 - color contains mainly: red. Hex color #960428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960428 is #69FBD7. Grayscale: #333333. Windows color (decimal): -6945752 or 2622614. OLE color: 2622614.

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

Color convert

RGB 150 4 40 -
CMYK 0 0.97 0.73 0.41
HSL 345.21º 0.95% 0.3% -
HSV(B) 345.21º 0.97% 0.59% -
XYZ 13 6.72 2.62 -
YUV 51.76 121.37 198.07 -
System Red Green Blue C M Y K H S L
Decimal 150 4 40 0 0.97 0.73 0.41 345.21 0.95 0.3
Hex 96 4 28 0 61 49 29 159 5F 1E
Octal 226 4 50 0 141 111 51 531 137 36
Binary 10010110 100 101000 0 1100001 1001001 101001 101011001 1011111 11110

Color Harmonies of #960428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960428

Black with #960428

Text Example


Text Example

White with #960428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960428; }

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

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

background-color css

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

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

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

border-color css

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

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

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