Shades of Castro #46212A
Tints of Castro #46212A
RGB
CMYK
RGB Variations
Color information
#46212A (or 0x46212A) is known color: Castro. HEX triplet: 46, 21 and 2A. RGB value is (70,33,42). Sum of RGB (Red+Green+Blue) = 70+33+42=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #46212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46212A is #B9DED5. Grayscale: #2D2D2D. Windows color (decimal): -12181206 or 2761030. OLE color: 2761030.
HSL color Cylindrical-coordinate representation of color #46212A: hue angle of 345.41º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46212A is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 33 | 42 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.73 |
| HSL | 345.41º | 0.36% | 0.2% | - |
| HSV(B) | 345.41º | 0.53% | 0.27% | - |
| XYZ | 3.49 | 2.56 | 2.5 | - |
| YUV | 45.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 42 | 0 | 0.53 | 0.40 | 0.73 | 345.41 | 0.36 | 0.2 |
| Hex | 46 | 21 | 2A | 0 | 35 | 28 | 49 | 159 | 24 | 14 |
| Octal | 106 | 41 | 52 | 0 | 65 | 50 | 111 | 531 | 44 | 24 |
| Binary | 1000110 | 100001 | 101010 | 0 | 110101 | 101000 | 1001001 | 101011001 | 100100 | 10100 |
Color Harmonies of #46212A
Complementary color
Monochromatic Colors of #46212A
Black with #46212A
Text Example
Text Example
White with #46212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46212A; }
p { color: rgb(70,33,42); }
H1.HeaderClassName
{
color: #46212A;
}
.AnyTagClassName
{
color: #46212A;
}
</style>
background-color css
<style>
a { background-color: #46212A; }
a { background-color: rgb(70,33,42); }
div.DivClassName
{
background-color: #46212A;
}
.BgClassName
{
background-color: #46212A;
}
</style>
border-color css
<style>
span { border-color: #46212A; }
span { border-color: rgb(70,33,42); }
td.TdClassName
{
border-color: #46212A;
}
.TagClassName
{
border-color: #46212A;
}
</style>