#96191C

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

Shades of Bright Red #96191C

Tints of Bright Red #96191C

Color information

#96191C (or 0x96191C) is unknown color: approx Bright Red. HEX triplet: 96, 19 and 1C. RGB value is (150,25,28). Sum of RGB (Red+Green+Blue) = 150+25+28=203 (26% of max value = 765). Red value is 150 (58.98% from 255 or 73.89% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 150 - color contains mainly: red. Hex color #96191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96191C is #69E6E3. Grayscale: #3E3E3E. Windows color (decimal): -6940388 or 1841558. OLE color: 1841558.

HSL color Cylindrical-coordinate representation of color #96191C: hue angle of 358.56º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96191C is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB1502528-
CMYK00.830.810.41
HSL358.56º71.43%34.31%-
HSV(B)358.56º83.33%58.82%-
XYZ13.137.261.81-
YUV62.72108.41190.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 73.89%
GREEN value IS 25 (10.16% from 255) = 12.32%
BLUE value IS 28 (11.33% from 255) = 13.79%
R=73.89%
G=12.32%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150252800.830.810.41358.5671.4334.31
Hex96191C05351291674722
Octal226313401231215154710742
Binary1001011011001111000101001110100011010011011001111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96191C; }

 p { color: rgb(150,25,28); }

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

<style>
 a { background-color: #96191C; }

 a { background-color: rgb(150,25,28); }

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

<style>
 span { border-color: #96191C; }

 span { border-color: rgb(150,25,28); }

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