#96293B

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

Shades of Bright Red #96293B

Tints of Bright Red #96293B

Color information

#96293B (or 0x96293B) is unknown color: approx Bright Red. HEX triplet: 96, 29 and 3B. RGB value is (150,41,59). Sum of RGB (Red+Green+Blue) = 150+41+59=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #96293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96293B is #69D6C4. Grayscale: #4B4B4B. Windows color (decimal): -6936261 or 3877270. OLE color: 3877270.

HSL color Cylindrical-coordinate representation of color #96293B: hue angle of 350.09º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96293B is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB1504159-
CMYK00.730.610.41
HSL350.09º57.07%37.45%-
HSV(B)350.09º72.67%58.82%-
XYZ14.168.395.01-
YUV75.64118.61181.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60%
GREEN value IS 41 (16.41% from 255) = 16.4%
BLUE value IS 59 (23.44% from 255) = 23.6%
R=60%
G=16.4%
B=23.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150415900.730.610.41350.0957.0737.45
Hex96293B0493D2915e3925
Octal2265173011175515367145
Binary1001011010100111101101001001111101101001101011110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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