#96233C

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

Shades of Bright Red #96233C

Tints of Bright Red #96233C

Color information

#96233C (or 0x96233C) is unknown color: approx Bright Red. HEX triplet: 96, 23 and 3C. RGB value is (150,35,60). Sum of RGB (Red+Green+Blue) = 150+35+60=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #96233C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96233C is #69DCC3. Grayscale: #484848. Windows color (decimal): -6937796 or 3941270. OLE color: 3941270.

HSL color Cylindrical-coordinate representation of color #96233C: hue angle of 346.96º 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 #96233C is Cyan = 0, Magento = 0.77, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB1503560-
CMYK00.770.60.41
HSL346.96º62.16%36.27%-
HSV(B)346.96º76.67%58.82%-
XYZ13.998.015.08-
YUV72.24121.1183.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.22%
GREEN value IS 35 (14.06% from 255) = 14.29%
BLUE value IS 60 (23.83% from 255) = 24.49%
R=61.22%
G=14.29%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150356000.770.60.41346.9662.1636.27
Hex96233C04D3C2915b3e24
Octal2264374011574515337644
Binary1001011010001111110001001101111100101001101011011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96233C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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