#9A263B

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

Shades of Bright Red #9A263B

Tints of Bright Red #9A263B

Color information

#9A263B (or 0x9A263B) is unknown color: approx Bright Red. HEX triplet: 9A, 26 and 3B. RGB value is (154,38,59). Sum of RGB (Red+Green+Blue) = 154+38+59=251 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.35% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 154 - color contains mainly: red. Hex color #9A263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A263B is #65D9C4. Grayscale: #4B4B4B. Windows color (decimal): -6674885 or 3876506. OLE color: 3876506.

HSL color Cylindrical-coordinate representation of color #9A263B: hue angle of 349.14º 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 #9A263B is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB1543859-
CMYK00.750.620.40
HSL349.14º60.42%37.65%-
HSV(B)349.14º75.32%60.39%-
XYZ14.818.575.01-
YUV75.08118.93184.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 61.35%
GREEN value IS 38 (15.23% from 255) = 15.14%
BLUE value IS 59 (23.44% from 255) = 23.51%
R=61.35%
G=15.14%
B=23.51%

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
Decimal154385900.750.620.40349.1460.4237.65
Hex9A263B04B3E2815d3c26
Octal2324673011376505357446
Binary1001101010011011101101001011111110101000101011101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A263B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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