#96293A

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

Shades of Bright Red #96293A

Tints of Bright Red #96293A

Color information

#96293A (or 0x96293A) is unknown color: approx Bright Red. HEX triplet: 96, 29 and 3A. RGB value is (150,41,58). Sum of RGB (Red+Green+Blue) = 150+41+58=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #96293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96293A is #69D6C5. Grayscale: #4B4B4B. Windows color (decimal): -6936262 or 3811734. OLE color: 3811734.

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

Color convert

RGB1504158-
CMYK00.730.610.41
HSL350.64º57.07%37.45%-
HSV(B)350.64º72.67%58.82%-
XYZ14.138.384.87-
YUV75.53118.11181.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.24%
GREEN value IS 41 (16.41% from 255) = 16.47%
BLUE value IS 58 (23.05% from 255) = 23.29%
R=60.24%
G=16.47%
B=23.29%

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
Decimal150415800.730.610.41350.6457.0737.45
Hex96293A0493D2915f3925
Octal2265172011175515377145
Binary1001011010100111101001001001111101101001101011111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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