Html Css Color HEX #960528 Carmine

📋 copy color: '#960528'

red 150 ◦ green 5 ◦ blue 40

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

Shades of Carmine #960528

Tints of Carmine #960528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.56%

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

R = 76.92%
G = 2.56%
B = 20.51%

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

#960528 (or 0x960528) is known color: Carmine. HEX triplet: 96, 05 and 28. RGB value is (150,5,40). Sum of RGB (Red+Green+Blue) = 150+5+40=195 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.92% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 150 - color contains mainly: red. Hex color #960528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960528 is #69FAD7. Grayscale: #343434. Windows color (decimal): -6945496 or 2622870. OLE color: 2622870.

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

Color convert

RGB 150 5 40 -
CMYK 0 0.97 0.73 0.41
HSL 345.52º 0.94% 0.3% -
HSV(B) 345.52º 0.97% 0.59% -
XYZ 13.01 6.75 2.62 -
YUV 52.35 121.04 197.65 -
System Red Green Blue C M Y K H S L
Decimal 150 5 40 0 0.97 0.73 0.41 345.52 0.94 0.3
Hex 96 5 28 0 61 49 29 15A 5E 1E
Octal 226 5 50 0 141 111 51 532 136 36
Binary 10010110 101 101000 0 1100001 1001001 101001 101011010 1011110 11110

Color Harmonies of #960528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960528

Black with #960528

Text Example


Text Example

White with #960528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960528; }

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

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

background-color css

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

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

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

border-color css

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

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

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