#9B2021

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

Shades of Bright Red #9B2021

Tints of Bright Red #9B2021

Color information

#9B2021 (or 0x9B2021) is unknown color: approx Bright Red. HEX triplet: 9B, 20 and 21. RGB value is (155,32,33). Sum of RGB (Red+Green+Blue) = 155+32+33=220 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.45% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2021 is #64DFDE. Grayscale: #454545. Windows color (decimal): -6610911 or 2171035. OLE color: 2171035.

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

Color convert

RGB1553233-
CMYK00.790.790.39
HSL359.51º65.78%36.67%-
HSV(B)359.51º79.35%60.78%-
XYZ14.318.112.25-
YUV68.89107.75189.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 70.45%
GREEN value IS 32 (12.89% from 255) = 14.55%
BLUE value IS 33 (13.28% from 255) = 15%
R=70.45%
G=14.55%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155323300.790.790.39359.5165.7836.67
Hex9B202104F4F271684225
Octal233404101171174755010245
Binary100110111000001000010100111110011111001111011010001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,32,33); }

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

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

 a { background-color: rgb(155,32,33); }

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

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

 span { border-color: rgb(155,32,33); }

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