#96153A

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

Shades of Bright Red #96153A

Tints of Bright Red #96153A

Color information

#96153A (or 0x96153A) is unknown color: approx Bright Red. HEX triplet: 96, 15 and 3A. RGB value is (150,21,58). Sum of RGB (Red+Green+Blue) = 150+21+58=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #96153A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96153A is #69EAC5. Grayscale: #3F3F3F. Windows color (decimal): -6941382 or 3806614. OLE color: 3806614.

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

Color convert

RGB1502158-
CMYK00.860.610.41
HSL342.79º75.44%33.53%-
HSV(B)342.79º86%58.82%-
XYZ13.617.334.7-
YUV63.79124.74189.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 65.50%
GREEN value IS 21 (8.59% from 255) = 9.17%
BLUE value IS 58 (23.05% from 255) = 25.33%
R=65.50%
G=9.17%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150215800.860.610.41342.7975.4433.53
Hex96153A0563D291574b22
Octal22625720126755152711342
Binary1001011010101111010010101101111011010011010101111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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