#960D23

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

Shades of Carmine #960D23

Tints of Carmine #960D23

Color information

#960D23 (or 0x960D23) is unknown color: approx Carmine. HEX triplet: 96, 0D and 23. RGB value is (150,13,35). Sum of RGB (Red+Green+Blue) = 150+13+35=198 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.76% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 150 - color contains mainly: red. Hex color #960D23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960D23 is #69F2DC. Grayscale: #383838. Windows color (decimal): -6943453 or 2297238. OLE color: 2297238.

HSL color Cylindrical-coordinate representation of color #960D23: hue angle of 350.36º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #960D23 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB1501335-
CMYK00.910.770.41
HSL350.36º84.05%31.96%-
HSV(B)350.36º91.33%58.82%-
XYZ13.026.892.23-
YUV56.47115.89194.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 75.76%
GREEN value IS 13 (5.47% from 255) = 6.57%
BLUE value IS 35 (14.06% from 255) = 17.68%
R=75.76%
G=6.57%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150133500.910.770.41350.3684.0531.96
Hex96D2305B4D2915e5420
Octal226154301331155153612440
Binary1001011011011000110101101110011011010011010111101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960D23; }

 p { color: rgb(150,13,35); }

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

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

 a { background-color: rgb(150,13,35); }

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

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

 span { border-color: rgb(150,13,35); }

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