#96173A

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

Shades of Bright Red #96173A

Tints of Bright Red #96173A

Color information

#96173A (or 0x96173A) is unknown color: approx Bright Red. HEX triplet: 96, 17 and 3A. RGB value is (150,23,58). Sum of RGB (Red+Green+Blue) = 150+23+58=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #96173A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96173A is #69E8C5. Grayscale: #404040. Windows color (decimal): -6940870 or 3807126. OLE color: 3807126.

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

Color convert

RGB1502358-
CMYK00.850.610.41
HSL343.46º73.41%33.92%-
HSV(B)343.46º84.67%58.82%-
XYZ13.657.44.71-
YUV64.96124.08188.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.94%
GREEN value IS 23 (9.38% from 255) = 9.96%
BLUE value IS 58 (23.05% from 255) = 25.11%
R=64.94%
G=9.96%
B=25.11%

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
Decimal150235800.850.610.41343.4673.4133.92
Hex96173A0553D291574922
Octal22627720125755152711142
Binary1001011010111111010010101011111011010011010101111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96173A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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