#9A243A

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

Shades of Bright Red #9A243A

Tints of Bright Red #9A243A

Color information

#9A243A (or 0x9A243A) is unknown color: approx Bright Red. HEX triplet: 9A, 24 and 3A. RGB value is (154,36,58). Sum of RGB (Red+Green+Blue) = 154+36+58=248 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.10% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 154 - color contains mainly: red. Hex color #9A243A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A243A is #65DBC5. Grayscale: #494949. Windows color (decimal): -6675398 or 3810458. OLE color: 3810458.

HSL color Cylindrical-coordinate representation of color #9A243A: hue angle of 348.81º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A243A is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB1543658-
CMYK00.770.620.40
HSL348.81º62.11%37.25%-
HSV(B)348.81º76.62%60.39%-
XYZ14.728.444.86-
YUV73.79119.09185.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 62.10%
GREEN value IS 36 (14.45% from 255) = 14.52%
BLUE value IS 58 (23.05% from 255) = 23.39%
R=62.10%
G=14.52%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154365800.770.620.40348.8162.1137.25
Hex9A243A04D3E2815d3e25
Octal2324472011576505357645
Binary1001101010010011101001001101111110101000101011101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,36,58); }

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

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

 a { background-color: rgb(154,36,58); }

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

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

 span { border-color: rgb(154,36,58); }

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