Shades of Castro #4B182B
Tints of Castro #4B182B
RGB
CMYK
RGB Variations
Color information
#4B182B (or 0x4B182B) is known color: Castro. HEX triplet: 4B, 18 and 2B. RGB value is (75,24,43). Sum of RGB (Red+Green+Blue) = 75+24+43=142 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.82% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 75 - color contains mainly: red. Hex color #4B182B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B182B is #B4E7D4. Grayscale: #292929. Windows color (decimal): -11855829 or 2824267. OLE color: 2824267.
HSL color Cylindrical-coordinate representation of color #4B182B: hue angle of 337.65º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B182B is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 24 | 43 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.71 |
| HSL | 337.65º | 0.52% | 0.19% | - |
| HSV(B) | 337.65º | 0.68% | 0.29% | - |
| XYZ | 3.66 | 2.32 | 2.54 | - |
| YUV | 41.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 24 | 43 | 0 | 0.68 | 0.43 | 0.71 | 337.65 | 0.52 | 0.19 |
| Hex | 4B | 18 | 2B | 0 | 44 | 2B | 47 | 152 | 34 | 13 |
| Octal | 113 | 30 | 53 | 0 | 104 | 53 | 107 | 522 | 64 | 23 |
| Binary | 1001011 | 11000 | 101011 | 0 | 1000100 | 101011 | 1000111 | 101010010 | 110100 | 10011 |
Color Harmonies of #4B182B
Complementary color
Monochromatic Colors of #4B182B
Black with #4B182B
Text Example
Text Example
White with #4B182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B182B; }
p { color: rgb(75,24,43); }
H1.HeaderClassName
{
color: #4B182B;
}
.AnyTagClassName
{
color: #4B182B;
}
</style>
background-color css
<style>
a { background-color: #4B182B; }
a { background-color: rgb(75,24,43); }
div.DivClassName
{
background-color: #4B182B;
}
.BgClassName
{
background-color: #4B182B;
}
</style>
border-color css
<style>
span { border-color: #4B182B; }
span { border-color: rgb(75,24,43); }
td.TdClassName
{
border-color: #4B182B;
}
.TagClassName
{
border-color: #4B182B;
}
</style>