#96263A

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

Shades of Bright Red #96263A

Tints of Bright Red #96263A

Color information

#96263A (or 0x96263A) is unknown color: approx Bright Red. HEX triplet: 96, 26 and 3A. RGB value is (150,38,58). Sum of RGB (Red+Green+Blue) = 150+38+58=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #96263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96263A is #69D9C5. Grayscale: #494949. Windows color (decimal): -6937030 or 3810966. OLE color: 3810966.

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

Color convert

RGB1503858-
CMYK00.750.610.41
HSL349.29º59.57%36.86%-
HSV(B)349.29º74.67%58.82%-
XYZ14.038.184.84-
YUV73.77119.11182.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.98%
GREEN value IS 38 (15.23% from 255) = 15.45%
BLUE value IS 58 (23.05% from 255) = 23.58%
R=60.98%
G=15.45%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150385800.750.610.41349.2959.5736.86
Hex96263A04B3D2915d3c25
Octal2264672011375515357445
Binary1001011010011011101001001011111101101001101011101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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