#96163A

Color #96163A Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #96163A

Tints of Bright Red #96163A

Color information

#96163A (or 0x96163A) is unknown color: approx Bright Red. HEX triplet: 96, 16 and 3A. RGB value is (150,22,58). Sum of RGB (Red+Green+Blue) = 150+22+58=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #96163A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96163A is #69E9C5. Grayscale: #404040. Windows color (decimal): -6941126 or 3806870. OLE color: 3806870.

HSL color Cylindrical-coordinate representation of color #96163A: hue angle of 343.12º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96163A is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB1502258-
CMYK00.850.610.41
HSL343.12º74.42%33.73%-
HSV(B)343.12º85.33%58.82%-
XYZ13.637.364.71-
YUV64.38124.41189.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 65.22%
GREEN value IS 22 (8.98% from 255) = 9.57%
BLUE value IS 58 (23.05% from 255) = 25.22%
R=65.22%
G=9.57%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150225800.850.610.41343.1274.4233.73
Hex96163A0553D291574a22
Octal22626720125755152711242
Binary1001011010110111010010101011111011010011010101111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96163A; }

 p { color: rgb(150,22,58); }

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

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

 a { background-color: rgb(150,22,58); }

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

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

 span { border-color: rgb(150,22,58); }

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