Shades of Fire Brick #A6231F
Tints of Fire Brick #A6231F
RGB
CMYK
RGB Variations
Color information
#A6231F (or 0xA6231F) is known color: Fire Brick. HEX triplet: A6, 23 and 1F. RGB value is (166,35,31). Sum of RGB (Red+Green+Blue) = 166+35+31=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A6231F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6231F is #59DCE0. Grayscale: #494949. Windows color (decimal): -5889249 or 2040742. OLE color: 2040742.
HSL color Cylindrical-coordinate representation of color #A6231F: hue angle of 1.78º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6231F is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 35 | 31 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.35 |
| HSL | 1.78º | 0.69% | 0.39% | - |
| HSV(B) | 1.78º | 0.81% | 0.65% | - |
| XYZ | 16.57 | 9.41 | 2.24 | - |
| YUV | 73.71 | 103.9 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 31 | 0 | 0.79 | 0.81 | 0.35 | 1.78 | 0.69 | 0.39 |
| Hex | A6 | 23 | 1F | 0 | 4F | 51 | 23 | 2 | 45 | 27 |
| Octal | 246 | 43 | 37 | 0 | 117 | 121 | 43 | 2 | 105 | 47 |
| Binary | 10100110 | 100011 | 11111 | 0 | 1001111 | 1010001 | 100011 | 10 | 1000101 | 100111 |
Color Harmonies of #A6231F
Complementary color
Monochromatic Colors of #A6231F
Black with #A6231F
Text Example
Text Example
White with #A6231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6231F; }
p { color: rgb(166,35,31); }
H1.HeaderClassName
{
color: #A6231F;
}
.AnyTagClassName
{
color: #A6231F;
}
</style>
background-color css
<style>
a { background-color: #A6231F; }
a { background-color: rgb(166,35,31); }
div.DivClassName
{
background-color: #A6231F;
}
.BgClassName
{
background-color: #A6231F;
}
</style>
border-color css
<style>
span { border-color: #A6231F; }
span { border-color: rgb(166,35,31); }
td.TdClassName
{
border-color: #A6231F;
}
.TagClassName
{
border-color: #A6231F;
}
</style>