Shades of Fire Brick #BD271A
Tints of Fire Brick #BD271A
RGB
CMYK
RGB Variations
Color information
#BD271A (or 0xBD271A) is known color: Fire Brick. HEX triplet: BD, 27 and 1A. RGB value is (189,39,26). Sum of RGB (Red+Green+Blue) = 189+39+26=254 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.41% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 189 - color contains mainly: red. Hex color #BD271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD271A is #42D8E5. Grayscale: #525252. Windows color (decimal): -4380902 or 1714109. OLE color: 1714109.
HSL color Cylindrical-coordinate representation of color #BD271A: hue angle of 4.79º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD271A is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 26 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.26 |
| HSL | 4.79º | 0.76% | 0.42% | - |
| HSV(B) | 4.79º | 0.86% | 0.74% | - |
| XYZ | 21.9 | 12.34 | 2.21 | - |
| YUV | 82.37 | 96.2 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 26 | 0 | 0.79 | 0.86 | 0.26 | 4.79 | 0.76 | 0.42 |
| Hex | BD | 27 | 1A | 0 | 4F | 56 | 1A | 5 | 4C | 2A |
| Octal | 275 | 47 | 32 | 0 | 117 | 126 | 32 | 5 | 114 | 52 |
| Binary | 10111101 | 100111 | 11010 | 0 | 1001111 | 1010110 | 11010 | 101 | 1001100 | 101010 |
Color Harmonies of #BD271A
Complementary color
Monochromatic Colors of #BD271A
Black with #BD271A
Text Example
Text Example
White with #BD271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD271A; }
p { color: rgb(189,39,26); }
H1.HeaderClassName
{
color: #BD271A;
}
.AnyTagClassName
{
color: #BD271A;
}
</style>
background-color css
<style>
a { background-color: #BD271A; }
a { background-color: rgb(189,39,26); }
div.DivClassName
{
background-color: #BD271A;
}
.BgClassName
{
background-color: #BD271A;
}
</style>
border-color css
<style>
span { border-color: #BD271A; }
span { border-color: rgb(189,39,26); }
td.TdClassName
{
border-color: #BD271A;
}
.TagClassName
{
border-color: #BD271A;
}
</style>