#9A263A

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

Shades of Bright Red #9A263A

Tints of Bright Red #9A263A

Color information

#9A263A (or 0x9A263A) is unknown color: approx Bright Red. HEX triplet: 9A, 26 and 3A. RGB value is (154,38,58). Sum of RGB (Red+Green+Blue) = 154+38+58=250 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.6% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 154 - color contains mainly: red. Hex color #9A263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A263A is #65D9C5. Grayscale: #4A4A4A. Windows color (decimal): -6674886 or 3810970. OLE color: 3810970.

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

Color convert

RGB1543858-
CMYK00.750.620.40
HSL349.66º60.42%37.65%-
HSV(B)349.66º75.32%60.39%-
XYZ14.788.564.88-
YUV74.96118.43184.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 61.6%
GREEN value IS 38 (15.23% from 255) = 15.2%
BLUE value IS 58 (23.05% from 255) = 23.2%
R=61.6%
G=15.2%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154385800.750.620.40349.6660.4237.65
Hex9A263A04B3E2815e3c26
Octal2324672011376505367446
Binary1001101010011011101001001011111110101000101011110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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