Shades of Fire Brick #A32303
Tints of Fire Brick #A32303
RGB
CMYK
RGB Variations
Color information
#A32303 (or 0xA32303) is known color: Fire Brick. HEX triplet: A3, 23 and 03. RGB value is (163,35,3). Sum of RGB (Red+Green+Blue) = 163+35+3=201 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.09% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 3 (1.56% from 255 or 1.49% from 201); Max value from RGB is 163 - color contains mainly: red. Hex color #A32303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32303 is #5CDCFC. Grayscale: #454545. Windows color (decimal): -6085885 or 205731. OLE color: 205731.
HSL color Cylindrical-coordinate representation of color #A32303: hue angle of 12º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A32303 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 35 | 3 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.36 |
| HSL | 12º | 0.96% | 0.33% | - |
| HSV(B) | 12º | 0.98% | 0.64% | - |
| XYZ | 15.72 | 9 | 0.99 | - |
| YUV | 69.62 | 90.41 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 3 | 0 | 0.79 | 0.98 | 0.36 | 12 | 0.96 | 0.33 |
| Hex | A3 | 23 | 3 | 0 | 4F | 62 | 24 | C | 60 | 21 |
| Octal | 243 | 43 | 3 | 0 | 117 | 142 | 44 | 14 | 140 | 41 |
| Binary | 10100011 | 100011 | 11 | 0 | 1001111 | 1100010 | 100100 | 1100 | 1100000 | 100001 |
Color Harmonies of #A32303
Complementary color
Monochromatic Colors of #A32303
Black with #A32303
Text Example
Text Example
White with #A32303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32303; }
p { color: rgb(163,35,3); }
H1.HeaderClassName
{
color: #A32303;
}
.AnyTagClassName
{
color: #A32303;
}
</style>
background-color css
<style>
a { background-color: #A32303; }
a { background-color: rgb(163,35,3); }
div.DivClassName
{
background-color: #A32303;
}
.BgClassName
{
background-color: #A32303;
}
</style>
border-color css
<style>
span { border-color: #A32303; }
span { border-color: rgb(163,35,3); }
td.TdClassName
{
border-color: #A32303;
}
.TagClassName
{
border-color: #A32303;
}
</style>