#96232E

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

Shades of Bright Red #96232E

Tints of Bright Red #96232E

Color information

#96232E (or 0x96232E) is unknown color: approx Bright Red. HEX triplet: 96, 23 and 2E. RGB value is (150,35,46). Sum of RGB (Red+Green+Blue) = 150+35+46=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #96232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96232E is #69DCD1. Grayscale: #464646. Windows color (decimal): -6937810 or 3023766. OLE color: 3023766.

HSL color Cylindrical-coordinate representation of color #96232E: hue angle of 354.26º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96232E is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB1503546-
CMYK00.770.690.41
HSL354.26º62.16%36.27%-
HSV(B)354.26º76.67%58.82%-
XYZ13.677.883.39-
YUV70.64114.1184.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.94%
GREEN value IS 35 (14.06% from 255) = 15.15%
BLUE value IS 46 (18.36% from 255) = 19.91%
R=64.94%
G=15.15%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150354600.770.690.41354.2662.1636.27
Hex96232E04D45291623e24
Octal22643560115105515427644
Binary10010110100011101110010011011000101101001101100010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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