#9B2235

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

Shades of Bright Red #9B2235

Tints of Bright Red #9B2235

Color information

#9B2235 (or 0x9B2235) is unknown color: approx Bright Red. HEX triplet: 9B, 22 and 35. RGB value is (155,34,53). Sum of RGB (Red+Green+Blue) = 155+34+53=242 (32% of max value = 765). Red value is 155 (60.94% from 255 or 64.05% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2235 is #64DDCA. Grayscale: #484848. Windows color (decimal): -6610379 or 3482267. OLE color: 3482267.

HSL color Cylindrical-coordinate representation of color #9B2235: hue angle of 350.58º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B2235 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB1553453-
CMYK00.780.660.39
HSL350.58º64.02%37.06%-
HSV(B)350.58º78.06%60.78%-
XYZ14.738.374.21-
YUV72.34117.09186.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.05%
GREEN value IS 34 (13.67% from 255) = 14.05%
BLUE value IS 53 (21.09% from 255) = 21.90%
R=64.05%
G=14.05%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155345300.780.660.39350.5864.0237.06
Hex9B223504E422715f4025
Octal233426501161024753710045
Binary100110111000101101010100111010000101001111010111111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,34,53); }

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

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

 a { background-color: rgb(155,34,53); }

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

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

 span { border-color: rgb(155,34,53); }

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