Shades of Fire Brick #A30F0F
Tints of Fire Brick #A30F0F
RGB
CMYK
RGB Variations
Color information
#A30F0F (or 0xA30F0F) is known color: Fire Brick. HEX triplet: A3, 0F and 0F. RGB value is (163,15,15). Sum of RGB (Red+Green+Blue) = 163+15+15=193 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.46% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30F0F is #5CF0F0. Grayscale: #3B3B3B. Windows color (decimal): -6090993 or 987043. OLE color: 987043.
HSL color Cylindrical-coordinate representation of color #A30F0F: hue angle of 0º 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 #A30F0F is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 15 | 15 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.36 |
| HSL | 0º | 0.83% | 0.35% | - |
| HSV(B) | 0º | 0.91% | 0.64% | - |
| XYZ | 15.36 | 8.16 | 1.22 | - |
| YUV | 59.25 | 103.03 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 15 | 0 | 0.91 | 0.91 | 0.36 | 0 | 0.83 | 0.35 |
| Hex | A3 | F | F | 0 | 5B | 5B | 24 | 0 | 53 | 23 |
| Octal | 243 | 17 | 17 | 0 | 133 | 133 | 44 | 0 | 123 | 43 |
| Binary | 10100011 | 1111 | 1111 | 0 | 1011011 | 1011011 | 100100 | 0 | 1010011 | 100011 |
Color Harmonies of #A30F0F
Complementary color
Monochromatic Colors of #A30F0F
Black with #A30F0F
Text Example
Text Example
White with #A30F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30F0F; }
p { color: rgb(163,15,15); }
H1.HeaderClassName
{
color: #A30F0F;
}
.AnyTagClassName
{
color: #A30F0F;
}
</style>
background-color css
<style>
a { background-color: #A30F0F; }
a { background-color: rgb(163,15,15); }
div.DivClassName
{
background-color: #A30F0F;
}
.BgClassName
{
background-color: #A30F0F;
}
</style>
border-color css
<style>
span { border-color: #A30F0F; }
span { border-color: rgb(163,15,15); }
td.TdClassName
{
border-color: #A30F0F;
}
.TagClassName
{
border-color: #A30F0F;
}
</style>