#96263c

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

Shades of Bright Red #96263C

Tints of Bright Red #96263C

Color information

#96263C (or 0x96263C) is unknown color: approx Bright Red. HEX triplet: 96, 26 and 3C. RGB value is (150,38,60). Sum of RGB (Red+Green+Blue) = 150+38+60=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #96263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96263C is #69D9C3. Grayscale: #4A4A4A. Windows color (decimal): -6937028 or 3942038. OLE color: 3942038.

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

Color convert

RGB1503860-
CMYK00.750.60.41
HSL348.21º59.57%36.86%-
HSV(B)348.21º74.67%58.82%-
XYZ14.098.25.11-
YUV74120.11182.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.48%
GREEN value IS 38 (15.23% from 255) = 15.32%
BLUE value IS 60 (23.83% from 255) = 24.19%
R=60.48%
G=15.32%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150386000.750.60.41348.2159.5736.86
Hex96263C04B3C2915c3c25
Octal2264674011374515347445
Binary1001011010011011110001001011111100101001101011100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96263c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96263c; }

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

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

<style>
 a { background-color: #96263c; }

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

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

<style>
 span { border-color: #96263c; }

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

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