#96122E

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

Shades of Bright Red #96122E

Tints of Bright Red #96122E

Color information

#96122E (or 0x96122E) is unknown color: approx Bright Red. HEX triplet: 96, 12 and 2E. RGB value is (150,18,46). Sum of RGB (Red+Green+Blue) = 150+18+46=214 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.09% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 150 - color contains mainly: red. Hex color #96122E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96122E is #69EDD1. Grayscale: #3C3C3C. Windows color (decimal): -6942162 or 3019414. OLE color: 3019414.

HSL color Cylindrical-coordinate representation of color #96122E: hue angle of 347.27º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96122E is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB1501846-
CMYK00.880.690.41
HSL347.27º78.57%32.94%-
HSV(B)347.27º88%58.82%-
XYZ13.297.113.26-
YUV60.66119.73191.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.09%
GREEN value IS 18 (7.42% from 255) = 8.41%
BLUE value IS 46 (18.36% from 255) = 21.50%
R=70.09%
G=8.41%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150184600.880.690.41347.2778.5732.94
Hex96122E058452915b4f21
Octal226225601301055153311741
Binary10010110100101011100101100010001011010011010110111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96122E; }

 p { color: rgb(150,18,46); }

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

<style>
 a { background-color: #96122E; }

 a { background-color: rgb(150,18,46); }

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

<style>
 span { border-color: #96122E; }

 span { border-color: rgb(150,18,46); }

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