#96122F

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

Shades of Bright Red #96122F

Tints of Bright Red #96122F

Color information

#96122F (or 0x96122F) is unknown color: approx Bright Red. HEX triplet: 96, 12 and 2F. RGB value is (150,18,47). Sum of RGB (Red+Green+Blue) = 150+18+47=215 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.77% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 150 - color contains mainly: red. Hex color #96122F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96122F is #69EDD0. Grayscale: #3C3C3C. Windows color (decimal): -6942161 or 3084950. OLE color: 3084950.

HSL color Cylindrical-coordinate representation of color #96122F: hue angle of 346.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 #96122F is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB1501847-
CMYK00.880.690.41
HSL346.82º78.57%32.94%-
HSV(B)346.82º88%58.82%-
XYZ13.317.123.36-
YUV60.77120.23191.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 69.77%
GREEN value IS 18 (7.42% from 255) = 8.37%
BLUE value IS 47 (18.75% from 255) = 21.86%
R=69.77%
G=8.37%
B=21.86%

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
Decimal150184700.880.690.41346.8278.5732.94
Hex96122F058452915b4f21
Octal226225701301055153311741
Binary10010110100101011110101100010001011010011010110111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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