#9B222B

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

Shades of Bright Red #9B222B

Tints of Bright Red #9B222B

Color information

#9B222B (or 0x9B222B) is unknown color: approx Bright Red. HEX triplet: 9B, 22 and 2B. RGB value is (155,34,43). Sum of RGB (Red+Green+Blue) = 155+34+43=232 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.81% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 155 - color contains mainly: red. Hex color #9B222B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B222B is #64DDD4. Grayscale: #474747. Windows color (decimal): -6610389 or 2826907. OLE color: 2826907.

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

Color convert

RGB1553443-
CMYK00.780.720.39
HSL355.54º64.02%37.06%-
HSV(B)355.54º78.06%60.78%-
XYZ14.538.293.12-
YUV71.2112.09187.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 66.81%
GREEN value IS 34 (13.67% from 255) = 14.66%
BLUE value IS 43 (17.19% from 255) = 18.53%
R=66.81%
G=14.66%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155344300.780.720.39355.5464.0237.06
Hex9B222B04E48271644025
Octal233425301161104754410045
Binary100110111000101010110100111010010001001111011001001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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