#96113B

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

Shades of Bright Red #96113B

Tints of Bright Red #96113B

Color information

#96113B (or 0x96113B) is unknown color: approx Bright Red. HEX triplet: 96, 11 and 3B. RGB value is (150,17,59). Sum of RGB (Red+Green+Blue) = 150+17+59=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #96113B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96113B is #69EEC4. Grayscale: #3D3D3D. Windows color (decimal): -6942405 or 3871126. OLE color: 3871126.

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

Color convert

RGB1501759-
CMYK00.890.610.41
HSL341.05º79.64%32.75%-
HSV(B)341.05º88.67%58.82%-
XYZ13.577.24.81-
YUV61.56126.56191.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.37%
GREEN value IS 17 (7.03% from 255) = 7.52%
BLUE value IS 59 (23.44% from 255) = 26.11%
R=66.37%
G=7.52%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150175900.890.610.41341.0579.6432.75
Hex96113B0593D291555021
Octal22621730131755152512041
Binary1001011010001111011010110011111011010011010101011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96113B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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