Shades of Castro #4B182C
Tints of Castro #4B182C
RGB
CMYK
RGB Variations
Color information
#4B182C (or 0x4B182C) is known color: Castro. HEX triplet: 4B, 18 and 2C. RGB value is (75,24,44). Sum of RGB (Red+Green+Blue) = 75+24+44=143 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.45% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 75 - color contains mainly: red. Hex color #4B182C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B182C is #B4E7D3. Grayscale: #292929. Windows color (decimal): -11855828 or 2889803. OLE color: 2889803.
HSL color Cylindrical-coordinate representation of color #4B182C: hue angle of 336.47º 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 #4B182C is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 24 | 44 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.71 |
| HSL | 336.47º | 0.52% | 0.19% | - |
| HSV(B) | 336.47º | 0.68% | 0.29% | - |
| XYZ | 3.68 | 2.33 | 2.64 | - |
| YUV | 41.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 24 | 44 | 0 | 0.68 | 0.41 | 0.71 | 336.47 | 0.52 | 0.19 |
| Hex | 4B | 18 | 2C | 0 | 44 | 29 | 47 | 150 | 34 | 13 |
| Octal | 113 | 30 | 54 | 0 | 104 | 51 | 107 | 520 | 64 | 23 |
| Binary | 1001011 | 11000 | 101100 | 0 | 1000100 | 101001 | 1000111 | 101010000 | 110100 | 10011 |
Color Harmonies of #4B182C
Complementary color
Monochromatic Colors of #4B182C
Black with #4B182C
Text Example
Text Example
White with #4B182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B182C; }
p { color: rgb(75,24,44); }
H1.HeaderClassName
{
color: #4B182C;
}
.AnyTagClassName
{
color: #4B182C;
}
</style>
background-color css
<style>
a { background-color: #4B182C; }
a { background-color: rgb(75,24,44); }
div.DivClassName
{
background-color: #4B182C;
}
.BgClassName
{
background-color: #4B182C;
}
</style>
border-color css
<style>
span { border-color: #4B182C; }
span { border-color: rgb(75,24,44); }
td.TdClassName
{
border-color: #4B182C;
}
.TagClassName
{
border-color: #4B182C;
}
</style>