Html Css Color HEX #961124 Carmine

📋 copy color: '#961124'

red 150 ◦ green 17 ◦ blue 36

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

Shades of Carmine #961124

Tints of Carmine #961124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.37%

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

R = 73.89%
G = 8.37%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#961124 (or 0x961124) is known color: Carmine. HEX triplet: 96, 11 and 24. RGB value is (150,17,36). Sum of RGB (Red+Green+Blue) = 150+17+36=203 (26% of max value = 765). Red value is 150 (58.98% from 255 or 73.89% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 150 - color contains mainly: red. Hex color #961124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961124 is #69EEDB. Grayscale: #3A3A3A. Windows color (decimal): -6942428 or 2363798. OLE color: 2363798.

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

Color convert

RGB 150 17 36 -
CMYK 0 0.89 0.76 0.41
HSL 351.43º 0.8% 0.33% -
HSV(B) 351.43º 0.89% 0.59% -
XYZ 13.1 7.01 2.33 -
YUV 58.93 115.06 192.96 -
System Red Green Blue C M Y K H S L
Decimal 150 17 36 0 0.89 0.76 0.41 351.43 0.8 0.33
Hex 96 11 24 0 59 4C 29 15F 50 21
Octal 226 21 44 0 131 114 51 537 120 41
Binary 10010110 10001 100100 0 1011001 1001100 101001 101011111 1010000 100001

Color Harmonies of #961124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961124

Black with #961124

Text Example


Text Example

White with #961124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961124; }

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

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

background-color css

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

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

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

border-color css

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

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

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