#9A123C

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

Shades of Bright Red #9A123C

Tints of Bright Red #9A123C

Color information

#9A123C (or 0x9A123C) is unknown color: approx Bright Red. HEX triplet: 9A, 12 and 3C. RGB value is (154,18,60). Sum of RGB (Red+Green+Blue) = 154+18+60=232 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.38% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 154 - color contains mainly: red. Hex color #9A123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A123C is #65EDC3. Grayscale: #3F3F3F. Windows color (decimal): -6680004 or 3936922. OLE color: 3936922.

HSL color Cylindrical-coordinate representation of color #9A123C: hue angle of 341.47º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A123C is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB1541860-
CMYK00.880.610.40
HSL341.47º79.07%33.73%-
HSV(B)341.47º88.31%60.39%-
XYZ14.367.634.99-
YUV63.45126.06192.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 66.38%
GREEN value IS 18 (7.42% from 255) = 7.76%
BLUE value IS 60 (23.83% from 255) = 25.86%
R=66.38%
G=7.76%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154186000.880.610.40341.4779.0733.73
Hex9A123C0583D281554f22
Octal23222740130755052511742
Binary1001101010010111100010110001111011010001010101011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A123C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,18,60); }

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

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

 a { background-color: rgb(154,18,60); }

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

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

 span { border-color: rgb(154,18,60); }

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