#95192C

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

Shades of Bright Red #95192C

Tints of Bright Red #95192C

Color information

#95192C (or 0x95192C) is unknown color: approx Bright Red. HEX triplet: 95, 19 and 2C. RGB value is (149,25,44). Sum of RGB (Red+Green+Blue) = 149+25+44=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #95192C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95192C is #6AE6D3. Grayscale: #404040. Windows color (decimal): -7005908 or 2890133. OLE color: 2890133.

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

Color convert

RGB1492544-
CMYK00.830.700.42
HSL350.81º71.26%34.12%-
HSV(B)350.81º83.22%58.43%-
XYZ13.27.273.09-
YUV64.24116.58188.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 68.35%
GREEN value IS 25 (10.16% from 255) = 11.47%
BLUE value IS 44 (17.58% from 255) = 20.18%
R=68.35%
G=11.47%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149254400.830.700.42350.8171.2634.12
Hex95192C053462A15f4722
Octal225315401231065253710742
Binary10010101110011011000101001110001101010101010111111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,25,44); }

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

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

 a { background-color: rgb(149,25,44); }

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

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

 span { border-color: rgb(149,25,44); }

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