#96133A

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

Shades of Bright Red #96133A

Tints of Bright Red #96133A

Color information

#96133A (or 0x96133A) is unknown color: approx Bright Red. HEX triplet: 96, 13 and 3A. RGB value is (150,19,58). Sum of RGB (Red+Green+Blue) = 150+19+58=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #96133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96133A is #69ECC5. Grayscale: #3E3E3E. Windows color (decimal): -6941894 or 3806102. OLE color: 3806102.

HSL color Cylindrical-coordinate representation of color #96133A: hue angle of 342.14º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96133A is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB1501958-
CMYK00.870.610.41
HSL342.14º77.51%33.14%-
HSV(B)342.14º87.33%58.82%-
XYZ13.577.264.69-
YUV62.62125.4190.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.08%
GREEN value IS 19 (7.81% from 255) = 8.37%
BLUE value IS 58 (23.05% from 255) = 25.55%
R=66.08%
G=8.37%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150195800.870.610.41342.1477.5133.14
Hex96133A0573D291564e21
Octal22623720127755152611641
Binary1001011010011111010010101111111011010011010101101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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