Shades of Rust #B54A1A
Tints of Rust #B54A1A
RGB
CMYK
RGB Variations
Color information
#B54A1A (or 0xB54A1A) is known color: Rust. HEX triplet: B5, 4A and 1A. RGB value is (181,74,26). Sum of RGB (Red+Green+Blue) = 181+74+26=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54A1A is #4AB5E5. Grayscale: #646464. Windows color (decimal): -4896230 or 1723061. OLE color: 1723061.
HSL color Cylindrical-coordinate representation of color #B54A1A: hue angle of 18.58º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B54A1A is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 26 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.29 |
| HSL | 18.58º | 0.75% | 0.41% | - |
| HSV(B) | 18.58º | 0.86% | 0.71% | - |
| XYZ | 21.69 | 14.8 | 2.69 | - |
| YUV | 100.52 | 85.95 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 26 | 0 | 0.59 | 0.86 | 0.29 | 18.58 | 0.75 | 0.41 |
| Hex | B5 | 4A | 1A | 0 | 3B | 56 | 1D | 13 | 4B | 29 |
| Octal | 265 | 112 | 32 | 0 | 73 | 126 | 35 | 23 | 113 | 51 |
| Binary | 10110101 | 1001010 | 11010 | 0 | 111011 | 1010110 | 11101 | 10011 | 1001011 | 101001 |
Color Harmonies of #B54A1A
Complementary color
Monochromatic Colors of #B54A1A
Black with #B54A1A
Text Example
Text Example
White with #B54A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54A1A; }
p { color: rgb(181,74,26); }
H1.HeaderClassName
{
color: #B54A1A;
}
.AnyTagClassName
{
color: #B54A1A;
}
</style>
background-color css
<style>
a { background-color: #B54A1A; }
a { background-color: rgb(181,74,26); }
div.DivClassName
{
background-color: #B54A1A;
}
.BgClassName
{
background-color: #B54A1A;
}
</style>
border-color css
<style>
span { border-color: #B54A1A; }
span { border-color: rgb(181,74,26); }
td.TdClassName
{
border-color: #B54A1A;
}
.TagClassName
{
border-color: #B54A1A;
}
</style>