Shades of Crab Apple #8C302C
Tints of Crab Apple #8C302C
RGB
CMYK
RGB Variations
Color information
#8C302C (or 0x8C302C) is known color: Crab Apple. HEX triplet: 8C, 30 and 2C. RGB value is (140,48,44). Sum of RGB (Red+Green+Blue) = 140+48+44=232 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.34% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 140 - color contains mainly: red. Hex color #8C302C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C302C is #73CFD3. Grayscale: #4B4B4B. Windows color (decimal): -7589844 or 2896012. OLE color: 2896012.
HSL color Cylindrical-coordinate representation of color #8C302C: hue angle of 2.5º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C302C is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 48 | 44 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.45 |
| HSL | 2.5º | 0.52% | 0.36% | - |
| HSV(B) | 2.5º | 0.69% | 0.55% | - |
| XYZ | 12.33 | 7.87 | 3.25 | - |
| YUV | 75.05 | 110.48 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 48 | 44 | 0 | 0.66 | 0.69 | 0.45 | 2.5 | 0.52 | 0.36 |
| Hex | 8C | 30 | 2C | 0 | 42 | 45 | 2D | 2 | 34 | 24 |
| Octal | 214 | 60 | 54 | 0 | 102 | 105 | 55 | 2 | 64 | 44 |
| Binary | 10001100 | 110000 | 101100 | 0 | 1000010 | 1000101 | 101101 | 10 | 110100 | 100100 |
Color Harmonies of #8C302C
Complementary color
Monochromatic Colors of #8C302C
Black with #8C302C
Text Example
Text Example
White with #8C302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C302C; }
p { color: rgb(140,48,44); }
H1.HeaderClassName
{
color: #8C302C;
}
.AnyTagClassName
{
color: #8C302C;
}
</style>
background-color css
<style>
a { background-color: #8C302C; }
a { background-color: rgb(140,48,44); }
div.DivClassName
{
background-color: #8C302C;
}
.BgClassName
{
background-color: #8C302C;
}
</style>
border-color css
<style>
span { border-color: #8C302C; }
span { border-color: rgb(140,48,44); }
td.TdClassName
{
border-color: #8C302C;
}
.TagClassName
{
border-color: #8C302C;
}
</style>