Shades of Guardsman Red #9B303D
Tints of Guardsman Red #9B303D
RGB
CMYK
RGB Variations
Color information
#9B303D (or 0x9B303D) is known color: Guardsman Red. HEX triplet: 9B, 30 and 3D. RGB value is (155,48,61). Sum of RGB (Red+Green+Blue) = 155+48+61=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B303D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B303D is #64CFC2. Grayscale: #515151. Windows color (decimal): -6606787 or 4010139. OLE color: 4010139.
HSL color Cylindrical-coordinate representation of color #9B303D: hue angle of 352.71º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B303D is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 48 | 61 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.39 |
| HSL | 352.71º | 0.53% | 0.4% | - |
| HSV(B) | 352.71º | 0.69% | 0.61% | - |
| XYZ | 15.42 | 9.42 | 5.42 | - |
| YUV | 81.48 | 116.45 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 48 | 61 | 0 | 0.69 | 0.61 | 0.39 | 352.71 | 0.53 | 0.4 |
| Hex | 9B | 30 | 3D | 0 | 45 | 3D | 27 | 161 | 35 | 28 |
| Octal | 233 | 60 | 75 | 0 | 105 | 75 | 47 | 541 | 65 | 50 |
| Binary | 10011011 | 110000 | 111101 | 0 | 1000101 | 111101 | 100111 | 101100001 | 110101 | 101000 |
Color Harmonies of #9B303D
Complementary color
Monochromatic Colors of #9B303D
Black with #9B303D
Text Example
Text Example
White with #9B303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B303D; }
p { color: rgb(155,48,61); }
H1.HeaderClassName
{
color: #9B303D;
}
.AnyTagClassName
{
color: #9B303D;
}
</style>
background-color css
<style>
a { background-color: #9B303D; }
a { background-color: rgb(155,48,61); }
div.DivClassName
{
background-color: #9B303D;
}
.BgClassName
{
background-color: #9B303D;
}
</style>
border-color css
<style>
span { border-color: #9B303D; }
span { border-color: rgb(155,48,61); }
td.TdClassName
{
border-color: #9B303D;
}
.TagClassName
{
border-color: #9B303D;
}
</style>