Shades of Bright Red #9B1C2A
Tints of Bright Red #9B1C2A
RGB
CMYK
RGB Variations
Color information
#9B1C2A (or 0x9B1C2A) is known color: Bright Red. HEX triplet: 9B, 1C and 2A. RGB value is (155,28,42). Sum of RGB (Red+Green+Blue) = 155+28+42=225 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.89% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1C2A is #64E3D5. Grayscale: #434343. Windows color (decimal): -6611926 or 2759835. OLE color: 2759835.
HSL color Cylindrical-coordinate representation of color #9B1C2A: hue angle of 353.39º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B1C2A is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 28 | 42 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.39 |
| HSL | 353.39º | 0.69% | 0.36% | - |
| HSV(B) | 353.39º | 0.82% | 0.61% | - |
| XYZ | 14.35 | 7.97 | 2.97 | - |
| YUV | 67.57 | 113.58 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 28 | 42 | 0 | 0.82 | 0.73 | 0.39 | 353.39 | 0.69 | 0.36 |
| Hex | 9B | 1C | 2A | 0 | 52 | 49 | 27 | 161 | 45 | 24 |
| Octal | 233 | 34 | 52 | 0 | 122 | 111 | 47 | 541 | 105 | 44 |
| Binary | 10011011 | 11100 | 101010 | 0 | 1010010 | 1001001 | 100111 | 101100001 | 1000101 | 100100 |
Color Harmonies of #9B1C2A
Complementary color
Monochromatic Colors of #9B1C2A
Black with #9B1C2A
Text Example
Text Example
White with #9B1C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1C2A; }
p { color: rgb(155,28,42); }
H1.HeaderClassName
{
color: #9B1C2A;
}
.AnyTagClassName
{
color: #9B1C2A;
}
</style>
background-color css
<style>
a { background-color: #9B1C2A; }
a { background-color: rgb(155,28,42); }
div.DivClassName
{
background-color: #9B1C2A;
}
.BgClassName
{
background-color: #9B1C2A;
}
</style>
border-color css
<style>
span { border-color: #9B1C2A; }
span { border-color: rgb(155,28,42); }
td.TdClassName
{
border-color: #9B1C2A;
}
.TagClassName
{
border-color: #9B1C2A;
}
</style>