#9b2633

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

Shades of Bright Red #9B2633

Tints of Bright Red #9B2633

Color information

#9B2633 (or 0x9B2633) is unknown color: approx Bright Red. HEX triplet: 9B, 26 and 33. RGB value is (155,38,51). Sum of RGB (Red+Green+Blue) = 155+38+51=244 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.52% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2633 is #64D9CC. Grayscale: #4A4A4A. Windows color (decimal): -6609357 or 3352219. OLE color: 3352219.

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

Color convert

RGB1553851-
CMYK00.750.670.39
HSL353.33º60.62%37.84%-
HSV(B)353.33º75.48%60.78%-
XYZ14.818.594.01-
YUV74.46114.76185.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.52%
GREEN value IS 38 (15.23% from 255) = 15.57%
BLUE value IS 51 (20.31% from 255) = 20.90%
R=63.52%
G=15.57%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155385100.750.670.39353.3360.6237.84
Hex9B263304B43271613d26
Octal23346630113103475417546
Binary10011011100110110011010010111000011100111101100001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b2633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,38,51); }

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

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

 a { background-color: rgb(155,38,51); }

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

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

 span { border-color: rgb(155,38,51); }

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