#96272A

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

Shades of Bright Red #96272A

Tints of Bright Red #96272A

Color information

#96272A (or 0x96272A) is unknown color: approx Bright Red. HEX triplet: 96, 27 and 2A. RGB value is (150,39,42). Sum of RGB (Red+Green+Blue) = 150+39+42=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #96272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96272A is #69D8D5. Grayscale: #484848. Windows color (decimal): -6936790 or 2762646. OLE color: 2762646.

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

Color convert

RGB1503942-
CMYK00.740.720.41
HSL358.38º58.73%37.06%-
HSV(B)358.38º74%58.82%-
XYZ13.728.13.03-
YUV72.53110.77183.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.94%
GREEN value IS 39 (15.62% from 255) = 16.88%
BLUE value IS 42 (16.80% from 255) = 18.18%
R=64.94%
G=16.88%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150394200.740.720.41358.3858.7337.06
Hex96272A04A48291663b25
Octal22647520112110515467345
Binary10010110100111101010010010101001000101001101100110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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