Shades of Bright Red #A3283C
Tints of Bright Red #A3283C
RGB
CMYK
RGB Variations
Color information
#A3283C (or 0xA3283C) is known color: Bright Red. HEX triplet: A3, 28 and 3C. RGB value is (163,40,60). Sum of RGB (Red+Green+Blue) = 163+40+60=263 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.98% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 163 - color contains mainly: red. Hex color #A3283C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3283C is #5CD7C3. Grayscale: #4F4F4F. Windows color (decimal): -6084548 or 3942563. OLE color: 3942563.
HSL color Cylindrical-coordinate representation of color #A3283C: hue angle of 350.24º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A3283C is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 60 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.36 |
| HSL | 350.24º | 0.61% | 0.4% | - |
| HSV(B) | 350.24º | 0.75% | 0.64% | - |
| XYZ | 16.68 | 9.63 | 5.25 | - |
| YUV | 79.06 | 117.25 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 60 | 0 | 0.75 | 0.63 | 0.36 | 350.24 | 0.61 | 0.4 |
| Hex | A3 | 28 | 3C | 0 | 4B | 3F | 24 | 15E | 3D | 28 |
| Octal | 243 | 50 | 74 | 0 | 113 | 77 | 44 | 536 | 75 | 50 |
| Binary | 10100011 | 101000 | 111100 | 0 | 1001011 | 111111 | 100100 | 101011110 | 111101 | 101000 |
Color Harmonies of #A3283C
Complementary color
Monochromatic Colors of #A3283C
Black with #A3283C
Text Example
Text Example
White with #A3283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3283C; }
p { color: rgb(163,40,60); }
H1.HeaderClassName
{
color: #A3283C;
}
.AnyTagClassName
{
color: #A3283C;
}
</style>
background-color css
<style>
a { background-color: #A3283C; }
a { background-color: rgb(163,40,60); }
div.DivClassName
{
background-color: #A3283C;
}
.BgClassName
{
background-color: #A3283C;
}
</style>
border-color css
<style>
span { border-color: #A3283C; }
span { border-color: rgb(163,40,60); }
td.TdClassName
{
border-color: #A3283C;
}
.TagClassName
{
border-color: #A3283C;
}
</style>