Shades of Fire Brick #AF1C02
Tints of Fire Brick #AF1C02
RGB
CMYK
RGB Variations
Color information
#AF1C02 (or 0xAF1C02) is known color: Fire Brick. HEX triplet: AF, 1C and 02. RGB value is (175,28,2). Sum of RGB (Red+Green+Blue) = 175+28+2=205 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.37% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1C02 is #50E3FD. Grayscale: #454545. Windows color (decimal): -5301246 or 138415. OLE color: 138415.
HSL color Cylindrical-coordinate representation of color #AF1C02: hue angle of 9.02º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF1C02 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 28 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.31 |
| HSL | 9.02º | 0.98% | 0.35% | - |
| HSV(B) | 9.02º | 0.99% | 0.69% | - |
| XYZ | 18.11 | 9.95 | 1.02 | - |
| YUV | 68.99 | 90.2 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 28 | 2 | 0 | 0.84 | 0.99 | 0.31 | 9.02 | 0.98 | 0.35 |
| Hex | AF | 1C | 2 | 0 | 54 | 63 | 1F | 9 | 62 | 23 |
| Octal | 257 | 34 | 2 | 0 | 124 | 143 | 37 | 11 | 142 | 43 |
| Binary | 10101111 | 11100 | 10 | 0 | 1010100 | 1100011 | 11111 | 1001 | 1100010 | 100011 |
Color Harmonies of #AF1C02
Complementary color
Monochromatic Colors of #AF1C02
Black with #AF1C02
Text Example
Text Example
White with #AF1C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1C02; }
p { color: rgb(175,28,2); }
H1.HeaderClassName
{
color: #AF1C02;
}
.AnyTagClassName
{
color: #AF1C02;
}
</style>
background-color css
<style>
a { background-color: #AF1C02; }
a { background-color: rgb(175,28,2); }
div.DivClassName
{
background-color: #AF1C02;
}
.BgClassName
{
background-color: #AF1C02;
}
</style>
border-color css
<style>
span { border-color: #AF1C02; }
span { border-color: rgb(175,28,2); }
td.TdClassName
{
border-color: #AF1C02;
}
.TagClassName
{
border-color: #AF1C02;
}
</style>