Shades of Bright Red #A2263F
Tints of Bright Red #A2263F
RGB
CMYK
RGB Variations
Color information
#A2263F (or 0xA2263F) is known color: Bright Red. HEX triplet: A2, 26 and 3F. RGB value is (162,38,63). Sum of RGB (Red+Green+Blue) = 162+38+63=263 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.60% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 162 - color contains mainly: red. Hex color #A2263F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2263F is #5DD9C0. Grayscale: #4D4D4D. Windows color (decimal): -6150593 or 4138658. OLE color: 4138658.
HSL color Cylindrical-coordinate representation of color #A2263F: hue angle of 347.9º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2263F is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 38 | 63 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.36 |
| HSL | 347.9º | 0.62% | 0.39% | - |
| HSV(B) | 347.9º | 0.77% | 0.64% | - |
| XYZ | 16.49 | 9.43 | 5.65 | - |
| YUV | 77.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 38 | 63 | 0 | 0.77 | 0.61 | 0.36 | 347.9 | 0.62 | 0.39 |
| Hex | A2 | 26 | 3F | 0 | 4D | 3D | 24 | 15C | 3E | 27 |
| Octal | 242 | 46 | 77 | 0 | 115 | 75 | 44 | 534 | 76 | 47 |
| Binary | 10100010 | 100110 | 111111 | 0 | 1001101 | 111101 | 100100 | 101011100 | 111110 | 100111 |
Color Harmonies of #A2263F
Complementary color
Monochromatic Colors of #A2263F
Black with #A2263F
Text Example
Text Example
White with #A2263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2263F; }
p { color: rgb(162,38,63); }
H1.HeaderClassName
{
color: #A2263F;
}
.AnyTagClassName
{
color: #A2263F;
}
</style>
background-color css
<style>
a { background-color: #A2263F; }
a { background-color: rgb(162,38,63); }
div.DivClassName
{
background-color: #A2263F;
}
.BgClassName
{
background-color: #A2263F;
}
</style>
border-color css
<style>
span { border-color: #A2263F; }
span { border-color: rgb(162,38,63); }
td.TdClassName
{
border-color: #A2263F;
}
.TagClassName
{
border-color: #A2263F;
}
</style>