Html Css Color HEX #960525 Carmine

📋 copy color: '#960525'

red 150 ◦ green 5 ◦ blue 37

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

Shades of Carmine #960525

Tints of Carmine #960525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.27%

R = 78.13%
G = 2.6%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#960525 (or 0x960525) is known color: Carmine. HEX triplet: 96, 05 and 25. RGB value is (150,5,37). Sum of RGB (Red+Green+Blue) = 150+5+37=192 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.12% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 150 - color contains mainly: red. Hex color #960525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960525 is #69FADA. Grayscale: #343434. Windows color (decimal): -6945499 or 2426262. OLE color: 2426262.

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

Color convert

RGB 150 5 37 -
CMYK 0 0.97 0.75 0.41
HSL 346.76º 0.94% 0.3% -
HSV(B) 346.76º 0.97% 0.59% -
XYZ 12.97 6.73 2.37 -
YUV 52 119.54 197.9 -
System Red Green Blue C M Y K H S L
Decimal 150 5 37 0 0.97 0.75 0.41 346.76 0.94 0.3
Hex 96 5 25 0 61 4B 29 15B 5E 1E
Octal 226 5 45 0 141 113 51 533 136 36
Binary 10010110 101 100101 0 1100001 1001011 101001 101011011 1011110 11110

Color Harmonies of #960525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960525

Black with #960525

Text Example


Text Example

White with #960525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960525; }

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

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

background-color css

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

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

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

border-color css

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

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

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