Shades of Bright Red #A30F36
Tints of Bright Red #A30F36
RGB
CMYK
RGB Variations
Color information
#A30F36 (or 0xA30F36) is known color: Bright Red. HEX triplet: A3, 0F and 36. RGB value is (163,15,54). Sum of RGB (Red+Green+Blue) = 163+15+54=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30F36 is #5CF0C9. Grayscale: #3F3F3F. Windows color (decimal): -6090954 or 3542947. OLE color: 3542947.
HSL color Cylindrical-coordinate representation of color #A30F36: hue angle of 344.19º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30F36 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 15 | 54 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.36 |
| HSL | 344.19º | 0.83% | 0.35% | - |
| HSV(B) | 344.19º | 0.91% | 0.64% | - |
| XYZ | 15.94 | 8.39 | 4.27 | - |
| YUV | 63.7 | 122.53 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 54 | 0 | 0.91 | 0.67 | 0.36 | 344.19 | 0.83 | 0.35 |
| Hex | A3 | F | 36 | 0 | 5B | 43 | 24 | 158 | 53 | 23 |
| Octal | 243 | 17 | 66 | 0 | 133 | 103 | 44 | 530 | 123 | 43 |
| Binary | 10100011 | 1111 | 110110 | 0 | 1011011 | 1000011 | 100100 | 101011000 | 1010011 | 100011 |
Color Harmonies of #A30F36
Complementary color
Monochromatic Colors of #A30F36
Black with #A30F36
Text Example
Text Example
White with #A30F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30F36; }
p { color: rgb(163,15,54); }
H1.HeaderClassName
{
color: #A30F36;
}
.AnyTagClassName
{
color: #A30F36;
}
</style>
background-color css
<style>
a { background-color: #A30F36; }
a { background-color: rgb(163,15,54); }
div.DivClassName
{
background-color: #A30F36;
}
.BgClassName
{
background-color: #A30F36;
}
</style>
border-color css
<style>
span { border-color: #A30F36; }
span { border-color: rgb(163,15,54); }
td.TdClassName
{
border-color: #A30F36;
}
.TagClassName
{
border-color: #A30F36;
}
</style>