Shades of Castro #462030
Tints of Castro #462030
RGB
CMYK
RGB Variations
Color information
#462030 (or 0x462030) is known color: Castro. HEX triplet: 46, 20 and 30. RGB value is (70,32,48). Sum of RGB (Red+Green+Blue) = 70+32+48=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #462030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462030 is #B9DFCF. Grayscale: #2D2D2D. Windows color (decimal): -12181456 or 3153990. OLE color: 3153990.
HSL color Cylindrical-coordinate representation of color #462030: hue angle of 334.74º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #462030 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 32 | 48 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.73 |
| HSL | 334.74º | 0.37% | 0.2% | - |
| HSV(B) | 334.74º | 0.54% | 0.27% | - |
| XYZ | 3.58 | 2.55 | 3.1 | - |
| YUV | 45.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 48 | 0 | 0.54 | 0.31 | 0.73 | 334.74 | 0.37 | 0.2 |
| Hex | 46 | 20 | 30 | 0 | 36 | 1F | 49 | 14F | 25 | 14 |
| Octal | 106 | 40 | 60 | 0 | 66 | 37 | 111 | 517 | 45 | 24 |
| Binary | 1000110 | 100000 | 110000 | 0 | 110110 | 11111 | 1001001 | 101001111 | 100101 | 10100 |
Color Harmonies of #462030
Complementary color
Monochromatic Colors of #462030
Black with #462030
Text Example
Text Example
White with #462030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462030; }
p { color: rgb(70,32,48); }
H1.HeaderClassName
{
color: #462030;
}
.AnyTagClassName
{
color: #462030;
}
</style>
background-color css
<style>
a { background-color: #462030; }
a { background-color: rgb(70,32,48); }
div.DivClassName
{
background-color: #462030;
}
.BgClassName
{
background-color: #462030;
}
</style>
border-color css
<style>
span { border-color: #462030; }
span { border-color: rgb(70,32,48); }
td.TdClassName
{
border-color: #462030;
}
.TagClassName
{
border-color: #462030;
}
</style>