#961024

Color #961024 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #961024

Tints of Carmine #961024

Color information

#961024 (or 0x961024) is unknown color: approx Carmine. HEX triplet: 96, 10 and 24. RGB value is (150,16,36). Sum of RGB (Red+Green+Blue) = 150+16+36=202 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.26% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 150 - color contains mainly: red. Hex color #961024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961024 is #69EFDB. Grayscale: #3A3A3A. Windows color (decimal): -6942684 or 2363542. OLE color: 2363542.

HSL color Cylindrical-coordinate representation of color #961024: hue angle of 351.04º degrees, saturation: 0.81, 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 #961024 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB1501636-
CMYK00.890.760.41
HSL351.04º80.72%32.55%-
HSV(B)351.04º89.33%58.82%-
XYZ13.086.982.33-
YUV58.35115.39193.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 74.26%
GREEN value IS 16 (6.64% from 255) = 7.92%
BLUE value IS 36 (14.45% from 255) = 17.82%
R=74.26%
G=7.92%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150163600.890.760.41351.0480.7232.55
Hex9610240594C2915f5121
Octal226204401311145153712141
Binary10010110100001001000101100110011001010011010111111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961024; }

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

 H1.HeaderClassName
 {
   color: #961024;
 }
 .AnyTagClassName
 {
   color: #961024;
 }
</style>
background-color css

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

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

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

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

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

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