#96181F

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

Shades of Bright Red #96181F

Tints of Bright Red #96181F

Color information

#96181F (or 0x96181F) is unknown color: approx Bright Red. HEX triplet: 96, 18 and 1F. RGB value is (150,24,31). Sum of RGB (Red+Green+Blue) = 150+24+31=205 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.17% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 150 - color contains mainly: red. Hex color #96181F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96181F is #69E7E0. Grayscale: #3E3E3E. Windows color (decimal): -6940641 or 2037910. OLE color: 2037910.

HSL color Cylindrical-coordinate representation of color #96181F: hue angle of 356.67º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96181F is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB1502431-
CMYK00.840.790.41
HSL356.67º72.41%34.12%-
HSV(B)356.67º84%58.82%-
XYZ13.157.242-
YUV62.47110.24190.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 73.17%
GREEN value IS 24 (9.77% from 255) = 11.71%
BLUE value IS 31 (12.5% from 255) = 15.12%
R=73.17%
G=11.71%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150243100.840.790.41356.6772.4134.12
Hex96181F0544F291654822
Octal226303701241175154511042
Binary1001011011000111110101010010011111010011011001011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,24,31); }

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

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

 a { background-color: rgb(150,24,31); }

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

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

 span { border-color: rgb(150,24,31); }

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