#9B2A40

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

Shades of Bright Red #9B2A40

Tints of Bright Red #9B2A40

Color information

#9B2A40 (or 0x9B2A40) is unknown color: approx Bright Red. HEX triplet: 9B, 2A and 40. RGB value is (155,42,64). Sum of RGB (Red+Green+Blue) = 155+42+64=261 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.39% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2A40 is #64D5BF. Grayscale: #4E4E4E. Windows color (decimal): -6608320 or 4205211. OLE color: 4205211.

HSL color Cylindrical-coordinate representation of color #9B2A40: hue angle of 348.32º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9B2A40 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB1554264-
CMYK00.730.590.39
HSL348.32º57.36%38.63%-
HSV(B)348.32º72.9%60.78%-
XYZ15.278.995.78-
YUV78.3119.94182.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 59.39%
GREEN value IS 42 (16.80% from 255) = 16.09%
BLUE value IS 64 (25.39% from 255) = 24.52%
R=59.39%
G=16.09%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155426400.730.590.39348.3257.3638.63
Hex9B2A400493B2715c3927
Octal23352100011173475347147
Binary10011011101010100000001001001111011100111101011100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,42,64); }

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

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

 a { background-color: rgb(155,42,64); }

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

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

 span { border-color: rgb(155,42,64); }

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