#96123A

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

Shades of Bright Red #96123A

Tints of Bright Red #96123A

Color information

#96123A (or 0x96123A) is unknown color: approx Bright Red. HEX triplet: 96, 12 and 3A. RGB value is (150,18,58). Sum of RGB (Red+Green+Blue) = 150+18+58=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #96123A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96123A is #69EDC5. Grayscale: #3E3E3E. Windows color (decimal): -6942150 or 3805846. OLE color: 3805846.

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

Color convert

RGB1501858-
CMYK00.880.610.41
HSL341.82º78.57%32.94%-
HSV(B)341.82º88%58.82%-
XYZ13.567.224.68-
YUV62.03125.73190.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.37%
GREEN value IS 18 (7.42% from 255) = 7.96%
BLUE value IS 58 (23.05% from 255) = 25.66%
R=66.37%
G=7.96%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150185800.880.610.41341.8278.5732.94
Hex96123A0583D291564f21
Octal22622720130755152611741
Binary1001011010010111010010110001111011010011010101101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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