#96163B

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

Shades of Bright Red #96163B

Tints of Bright Red #96163B

Color information

#96163B (or 0x96163B) is unknown color: approx Bright Red. HEX triplet: 96, 16 and 3B. RGB value is (150,22,59). Sum of RGB (Red+Green+Blue) = 150+22+59=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #96163B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96163B is #69E9C4. Grayscale: #404040. Windows color (decimal): -6941125 or 3872406. OLE color: 3872406.

HSL color Cylindrical-coordinate representation of color #96163B: hue angle of 342.66º 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 #96163B is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB1502259-
CMYK00.850.610.41
HSL342.66º74.42%33.73%-
HSV(B)342.66º85.33%58.82%-
XYZ13.657.374.84-
YUV64.49124.91188.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.94%
GREEN value IS 22 (8.98% from 255) = 9.52%
BLUE value IS 59 (23.44% from 255) = 25.54%
R=64.94%
G=9.52%
B=25.54%

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
Decimal150225900.850.610.41342.6674.4233.73
Hex96163B0553D291574a22
Octal22626730125755152711242
Binary1001011010110111011010101011111011010011010101111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96163B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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