Shades of Castro #4C182A
Tints of Castro #4C182A
RGB
CMYK
RGB Variations
Color information
#4C182A (or 0x4C182A) is known color: Castro. HEX triplet: 4C, 18 and 2A. RGB value is (76,24,42). Sum of RGB (Red+Green+Blue) = 76+24+42=142 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.52% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 76 - color contains mainly: red. Hex color #4C182A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C182A is #B3E7D5. Grayscale: #292929. Windows color (decimal): -11790294 or 2758732. OLE color: 2758732.
HSL color Cylindrical-coordinate representation of color #4C182A: hue angle of 339.23º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C182A is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 24 | 42 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.70 |
| HSL | 339.23º | 0.52% | 0.2% | - |
| HSV(B) | 339.23º | 0.68% | 0.3% | - |
| XYZ | 3.73 | 2.36 | 2.45 | - |
| YUV | 41.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 24 | 42 | 0 | 0.68 | 0.45 | 0.70 | 339.23 | 0.52 | 0.2 |
| Hex | 4C | 18 | 2A | 0 | 44 | 2D | 46 | 153 | 34 | 14 |
| Octal | 114 | 30 | 52 | 0 | 104 | 55 | 106 | 523 | 64 | 24 |
| Binary | 1001100 | 11000 | 101010 | 0 | 1000100 | 101101 | 1000110 | 101010011 | 110100 | 10100 |
Color Harmonies of #4C182A
Complementary color
Monochromatic Colors of #4C182A
Black with #4C182A
Text Example
Text Example
White with #4C182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C182A; }
p { color: rgb(76,24,42); }
H1.HeaderClassName
{
color: #4C182A;
}
.AnyTagClassName
{
color: #4C182A;
}
</style>
background-color css
<style>
a { background-color: #4C182A; }
a { background-color: rgb(76,24,42); }
div.DivClassName
{
background-color: #4C182A;
}
.BgClassName
{
background-color: #4C182A;
}
</style>
border-color css
<style>
span { border-color: #4C182A; }
span { border-color: rgb(76,24,42); }
td.TdClassName
{
border-color: #4C182A;
}
.TagClassName
{
border-color: #4C182A;
}
</style>