Shades of Red Oxide #502323
Tints of Red Oxide #502323
RGB
CMYK
RGB Variations
Color information
#502323 (or 0x502323) is known color: Red Oxide. HEX triplet: 50, 23 and 23. RGB value is (80,35,35). Sum of RGB (Red+Green+Blue) = 80+35+35=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #502323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502323 is #AFDCDC. Grayscale: #303030. Windows color (decimal): -11525341 or 2302800. OLE color: 2302800.
HSL color Cylindrical-coordinate representation of color #502323: hue angle of 0º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #502323 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 35 | 35 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.69 |
| HSL | 0º | 0.39% | 0.23% | - |
| HSV(B) | 0º | 0.56% | 0.31% | - |
| XYZ | 4.21 | 3.03 | 1.95 | - |
| YUV | 48.46 | 120.41 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 35 | 35 | 0 | 0.56 | 0.56 | 0.69 | 0 | 0.39 | 0.23 |
| Hex | 50 | 23 | 23 | 0 | 38 | 38 | 45 | 0 | 27 | 17 |
| Octal | 120 | 43 | 43 | 0 | 70 | 70 | 105 | 0 | 47 | 27 |
| Binary | 1010000 | 100011 | 100011 | 0 | 111000 | 111000 | 1000101 | 0 | 100111 | 10111 |
Color Harmonies of #502323
Complementary color
Monochromatic Colors of #502323
Black with #502323
Text Example
Text Example
White with #502323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502323; }
p { color: rgb(80,35,35); }
H1.HeaderClassName
{
color: #502323;
}
.AnyTagClassName
{
color: #502323;
}
</style>
background-color css
<style>
a { background-color: #502323; }
a { background-color: rgb(80,35,35); }
div.DivClassName
{
background-color: #502323;
}
.BgClassName
{
background-color: #502323;
}
</style>
border-color css
<style>
span { border-color: #502323; }
span { border-color: rgb(80,35,35); }
td.TdClassName
{
border-color: #502323;
}
.TagClassName
{
border-color: #502323;
}
</style>