#96282E

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

Shades of Bright Red #96282E

Tints of Bright Red #96282E

Color information

#96282E (or 0x96282E) is unknown color: approx Bright Red. HEX triplet: 96, 28 and 2E. RGB value is (150,40,46). Sum of RGB (Red+Green+Blue) = 150+40+46=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #96282E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96282E is #69D7D1. Grayscale: #494949. Windows color (decimal): -6936530 or 3025046. OLE color: 3025046.

HSL color Cylindrical-coordinate representation of color #96282E: hue angle of 356.73º degrees, saturation: 0.58, 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 #96282E is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB1504046-
CMYK00.730.690.41
HSL356.73º57.89%37.25%-
HSV(B)356.73º73.33%58.82%-
XYZ13.838.23.44-
YUV73.57112.44182.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.56%
GREEN value IS 40 (16.02% from 255) = 16.95%
BLUE value IS 46 (18.36% from 255) = 19.49%
R=63.56%
G=16.95%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150404600.730.690.41356.7357.8937.25
Hex96282E04945291653a25
Octal22650560111105515457245
Binary10010110101000101110010010011000101101001101100101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96282E; }

 p { color: rgb(150,40,46); }

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

<style>
 a { background-color: #96282E; }

 a { background-color: rgb(150,40,46); }

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

<style>
 span { border-color: #96282E; }

 span { border-color: rgb(150,40,46); }

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