#96272C

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

Shades of Bright Red #96272C

Tints of Bright Red #96272C

Color information

#96272C (or 0x96272C) is unknown color: approx Bright Red. HEX triplet: 96, 27 and 2C. RGB value is (150,39,44). Sum of RGB (Red+Green+Blue) = 150+39+44=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #96272C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96272C is #69D8D3. Grayscale: #484848. Windows color (decimal): -6936788 or 2893718. OLE color: 2893718.

HSL color Cylindrical-coordinate representation of color #96272C: hue angle of 357.3º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96272C is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB1503944-
CMYK00.740.710.41
HSL357.3º58.73%37.06%-
HSV(B)357.3º74%58.82%-
XYZ13.768.123.22-
YUV72.76111.77183.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.38%
GREEN value IS 39 (15.62% from 255) = 16.74%
BLUE value IS 44 (17.58% from 255) = 18.88%
R=64.38%
G=16.74%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150394400.740.710.41357.358.7337.06
Hex96272C04A47291653b25
Octal22647540112107515457345
Binary10010110100111101100010010101000111101001101100101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96272C; }

 p { color: rgb(150,39,44); }

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

<style>
 a { background-color: #96272C; }

 a { background-color: rgb(150,39,44); }

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

<style>
 span { border-color: #96272C; }

 span { border-color: rgb(150,39,44); }

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