Shades of Rust #B23A01
Tints of Rust #B23A01
RGB
CMYK
RGB Variations
Color information
#B23A01 (or 0xB23A01) is known color: Rust. HEX triplet: B2, 3A and 01. RGB value is (178,58,1). Sum of RGB (Red+Green+Blue) = 178+58+1=237 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.11% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23A01 is #4DC5FE. Grayscale: #575757. Windows color (decimal): -5096959 or 80562. OLE color: 80562.
HSL color Cylindrical-coordinate representation of color #B23A01: hue angle of 19.32º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B23A01 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 58 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.30 |
| HSL | 19.32º | 0.99% | 0.35% | - |
| HSV(B) | 19.32º | 0.99% | 0.7% | - |
| XYZ | 19.88 | 12.49 | 1.39 | - |
| YUV | 87.38 | 79.26 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 1 | 0 | 0.67 | 0.99 | 0.30 | 19.32 | 0.99 | 0.35 |
| Hex | B2 | 3A | 1 | 0 | 43 | 63 | 1E | 13 | 63 | 23 |
| Octal | 262 | 72 | 1 | 0 | 103 | 143 | 36 | 23 | 143 | 43 |
| Binary | 10110010 | 111010 | 1 | 0 | 1000011 | 1100011 | 11110 | 10011 | 1100011 | 100011 |
Color Harmonies of #B23A01
Complementary color
Monochromatic Colors of #B23A01
Black with #B23A01
Text Example
Text Example
White with #B23A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23A01; }
p { color: rgb(178,58,1); }
H1.HeaderClassName
{
color: #B23A01;
}
.AnyTagClassName
{
color: #B23A01;
}
</style>
background-color css
<style>
a { background-color: #B23A01; }
a { background-color: rgb(178,58,1); }
div.DivClassName
{
background-color: #B23A01;
}
.BgClassName
{
background-color: #B23A01;
}
</style>
border-color css
<style>
span { border-color: #B23A01; }
span { border-color: rgb(178,58,1); }
td.TdClassName
{
border-color: #B23A01;
}
.TagClassName
{
border-color: #B23A01;
}
</style>