Shades of Bright Red #9B262D
Tints of Bright Red #9B262D
RGB
CMYK
RGB Variations
Color information
#9B262D (or 0x9B262D) is known color: Bright Red. HEX triplet: 9B, 26 and 2D. RGB value is (155,38,45). Sum of RGB (Red+Green+Blue) = 155+38+45=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B262D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B262D is #64D9D2. Grayscale: #494949. Windows color (decimal): -6609363 or 2959003. OLE color: 2959003.
HSL color Cylindrical-coordinate representation of color #9B262D: hue angle of 356.41º 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 #9B262D is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 38 | 45 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.39 |
| HSL | 356.41º | 0.61% | 0.38% | - |
| HSV(B) | 356.41º | 0.75% | 0.61% | - |
| XYZ | 14.68 | 8.54 | 3.36 | - |
| YUV | 73.78 | 111.76 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 38 | 45 | 0 | 0.75 | 0.71 | 0.39 | 356.41 | 0.61 | 0.38 |
| Hex | 9B | 26 | 2D | 0 | 4B | 47 | 27 | 164 | 3D | 26 |
| Octal | 233 | 46 | 55 | 0 | 113 | 107 | 47 | 544 | 75 | 46 |
| Binary | 10011011 | 100110 | 101101 | 0 | 1001011 | 1000111 | 100111 | 101100100 | 111101 | 100110 |
Color Harmonies of #9B262D
Complementary color
Monochromatic Colors of #9B262D
Black with #9B262D
Text Example
Text Example
White with #9B262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B262D; }
p { color: rgb(155,38,45); }
H1.HeaderClassName
{
color: #9B262D;
}
.AnyTagClassName
{
color: #9B262D;
}
</style>
background-color css
<style>
a { background-color: #9B262D; }
a { background-color: rgb(155,38,45); }
div.DivClassName
{
background-color: #9B262D;
}
.BgClassName
{
background-color: #9B262D;
}
</style>
border-color css
<style>
span { border-color: #9B262D; }
span { border-color: rgb(155,38,45); }
td.TdClassName
{
border-color: #9B262D;
}
.TagClassName
{
border-color: #9B262D;
}
</style>