Shades of Fire Brick #A6231C
Tints of Fire Brick #A6231C
RGB
CMYK
RGB Variations
Color information
#A6231C (or 0xA6231C) is known color: Fire Brick. HEX triplet: A6, 23 and 1C. RGB value is (166,35,28). Sum of RGB (Red+Green+Blue) = 166+35+28=229 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.49% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 166 - color contains mainly: red. Hex color #A6231C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6231C is #59DCE3. Grayscale: #494949. Windows color (decimal): -5889252 or 1844134. OLE color: 1844134.
HSL color Cylindrical-coordinate representation of color #A6231C: hue angle of 3.04º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6231C is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 35 | 28 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.35 |
| HSL | 3.04º | 0.71% | 0.38% | - |
| HSV(B) | 3.04º | 0.83% | 0.65% | - |
| XYZ | 16.54 | 9.39 | 2.04 | - |
| YUV | 73.37 | 102.4 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 28 | 0 | 0.79 | 0.83 | 0.35 | 3.04 | 0.71 | 0.38 |
| Hex | A6 | 23 | 1C | 0 | 4F | 53 | 23 | 3 | 47 | 26 |
| Octal | 246 | 43 | 34 | 0 | 117 | 123 | 43 | 3 | 107 | 46 |
| Binary | 10100110 | 100011 | 11100 | 0 | 1001111 | 1010011 | 100011 | 11 | 1000111 | 100110 |
Color Harmonies of #A6231C
Complementary color
Monochromatic Colors of #A6231C
Black with #A6231C
Text Example
Text Example
White with #A6231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6231C; }
p { color: rgb(166,35,28); }
H1.HeaderClassName
{
color: #A6231C;
}
.AnyTagClassName
{
color: #A6231C;
}
</style>
background-color css
<style>
a { background-color: #A6231C; }
a { background-color: rgb(166,35,28); }
div.DivClassName
{
background-color: #A6231C;
}
.BgClassName
{
background-color: #A6231C;
}
</style>
border-color css
<style>
span { border-color: #A6231C; }
span { border-color: rgb(166,35,28); }
td.TdClassName
{
border-color: #A6231C;
}
.TagClassName
{
border-color: #A6231C;
}
</style>