#9A193E

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

Shades of Bright Red #9A193E

Tints of Bright Red #9A193E

Color information

#9A193E (or 0x9A193E) is unknown color: approx Bright Red. HEX triplet: 9A, 19 and 3E. RGB value is (154,25,62). Sum of RGB (Red+Green+Blue) = 154+25+62=241 (31% of max value = 765). Red value is 154 (60.55% from 255 or 63.90% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 154 - color contains mainly: red. Hex color #9A193E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A193E is #65E6C1. Grayscale: #434343. Windows color (decimal): -6678210 or 4069786. OLE color: 4069786.

HSL color Cylindrical-coordinate representation of color #9A193E: hue angle of 342.79º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A193E is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB1542562-
CMYK00.840.600.40
HSL342.79º72.07%35.1%-
HSV(B)342.79º83.77%60.39%-
XYZ14.547.915.32-
YUV67.79124.74189.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 63.90%
GREEN value IS 25 (10.16% from 255) = 10.37%
BLUE value IS 62 (24.61% from 255) = 25.73%
R=63.90%
G=10.37%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154256200.840.600.40342.7972.0735.1
Hex9A193E0543C281574823
Octal23231760124745052711043
Binary1001101011001111110010101001111001010001010101111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A193E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A193E; }

 p { color: rgb(154,25,62); }

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

<style>
 a { background-color: #9A193E; }

 a { background-color: rgb(154,25,62); }

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

<style>
 span { border-color: #9A193E; }

 span { border-color: rgb(154,25,62); }

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