Shades of Fire Brick #A42203
Tints of Fire Brick #A42203
RGB
CMYK
RGB Variations
Color information
#A42203 (or 0xA42203) is known color: Fire Brick. HEX triplet: A4, 22 and 03. RGB value is (164,34,3). Sum of RGB (Red+Green+Blue) = 164+34+3=201 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.59% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 3 (1.56% from 255 or 1.49% from 201); Max value from RGB is 164 - color contains mainly: red. Hex color #A42203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42203 is #5BDDFC. Grayscale: #454545. Windows color (decimal): -6020605 or 205476. OLE color: 205476.
HSL color Cylindrical-coordinate representation of color #A42203: hue angle of 11.55º 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 #A42203 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 34 | 3 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.36 |
| HSL | 11.55º | 0.96% | 0.33% | - |
| HSV(B) | 11.55º | 0.98% | 0.64% | - |
| XYZ | 15.9 | 9.04 | 0.99 | - |
| YUV | 69.34 | 90.57 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 34 | 3 | 0 | 0.79 | 0.98 | 0.36 | 11.55 | 0.96 | 0.33 |
| Hex | A4 | 22 | 3 | 0 | 4F | 62 | 24 | C | 60 | 21 |
| Octal | 244 | 42 | 3 | 0 | 117 | 142 | 44 | 14 | 140 | 41 |
| Binary | 10100100 | 100010 | 11 | 0 | 1001111 | 1100010 | 100100 | 1100 | 1100000 | 100001 |
Color Harmonies of #A42203
Complementary color
Monochromatic Colors of #A42203
Black with #A42203
Text Example
Text Example
White with #A42203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42203; }
p { color: rgb(164,34,3); }
H1.HeaderClassName
{
color: #A42203;
}
.AnyTagClassName
{
color: #A42203;
}
</style>
background-color css
<style>
a { background-color: #A42203; }
a { background-color: rgb(164,34,3); }
div.DivClassName
{
background-color: #A42203;
}
.BgClassName
{
background-color: #A42203;
}
</style>
border-color css
<style>
span { border-color: #A42203; }
span { border-color: rgb(164,34,3); }
td.TdClassName
{
border-color: #A42203;
}
.TagClassName
{
border-color: #A42203;
}
</style>