#9B2A3C

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

Shades of Bright Red #9B2A3C

Tints of Bright Red #9B2A3C

Color information

#9B2A3C (or 0x9B2A3C) is unknown color: approx Bright Red. HEX triplet: 9B, 2A and 3C. RGB value is (155,42,60). Sum of RGB (Red+Green+Blue) = 155+42+60=257 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.31% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2A3C is #64D5C3. Grayscale: #4D4D4D. Windows color (decimal): -6608324 or 3943067. OLE color: 3943067.

HSL color Cylindrical-coordinate representation of color #9B2A3C: hue angle of 350.44º 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 #9B2A3C is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB1554260-
CMYK00.730.610.39
HSL350.44º57.36%38.63%-
HSV(B)350.44º72.9%60.78%-
XYZ15.168.955.2-
YUV77.84117.94183.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.31%
GREEN value IS 42 (16.80% from 255) = 16.34%
BLUE value IS 60 (23.83% from 255) = 23.35%
R=60.31%
G=16.34%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155426000.730.610.39350.4457.3638.63
Hex9B2A3C0493D2715e3927
Octal2335274011175475367147
Binary1001101110101011110001001001111101100111101011110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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