Shades of Bright Red #A6233D
Tints of Bright Red #A6233D
RGB
CMYK
RGB Variations
Color information
#A6233D (or 0xA6233D) is known color: Bright Red. HEX triplet: A6, 23 and 3D. RGB value is (166,35,61). Sum of RGB (Red+Green+Blue) = 166+35+61=262 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.36% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 166 - color contains mainly: red. Hex color #A6233D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6233D is #59DCC2. Grayscale: #4D4D4D. Windows color (decimal): -5889219 or 4006822. OLE color: 4006822.
HSL color Cylindrical-coordinate representation of color #A6233D: hue angle of 348.09º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A6233D is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 35 | 61 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.35 |
| HSL | 348.09º | 0.65% | 0.39% | - |
| HSV(B) | 348.09º | 0.79% | 0.65% | - |
| XYZ | 17.17 | 9.65 | 5.37 | - |
| YUV | 77.13 | 118.9 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 61 | 0 | 0.79 | 0.63 | 0.35 | 348.09 | 0.65 | 0.39 |
| Hex | A6 | 23 | 3D | 0 | 4F | 3F | 23 | 15C | 41 | 27 |
| Octal | 246 | 43 | 75 | 0 | 117 | 77 | 43 | 534 | 101 | 47 |
| Binary | 10100110 | 100011 | 111101 | 0 | 1001111 | 111111 | 100011 | 101011100 | 1000001 | 100111 |
Color Harmonies of #A6233D
Complementary color
Monochromatic Colors of #A6233D
Black with #A6233D
Text Example
Text Example
White with #A6233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6233D; }
p { color: rgb(166,35,61); }
H1.HeaderClassName
{
color: #A6233D;
}
.AnyTagClassName
{
color: #A6233D;
}
</style>
background-color css
<style>
a { background-color: #A6233D; }
a { background-color: rgb(166,35,61); }
div.DivClassName
{
background-color: #A6233D;
}
.BgClassName
{
background-color: #A6233D;
}
</style>
border-color css
<style>
span { border-color: #A6233D; }
span { border-color: rgb(166,35,61); }
td.TdClassName
{
border-color: #A6233D;
}
.TagClassName
{
border-color: #A6233D;
}
</style>