Shades of Bulgarian Rose #482024
Tints of Bulgarian Rose #482024
RGB
CMYK
RGB Variations
Color information
#482024 (or 0x482024) is known color: Bulgarian Rose. HEX triplet: 48, 20 and 24. RGB value is (72,32,36). Sum of RGB (Red+Green+Blue) = 72+32+36=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #482024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482024 is #B7DFDB. Grayscale: #2C2C2C. Windows color (decimal): -12050396 or 2367560. OLE color: 2367560.
HSL color Cylindrical-coordinate representation of color #482024: hue angle of 354º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482024 is Cyan = 0, Magento = 0.56, Yellow = 0.5 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 32 | 36 | - |
| CMYK | 0 | 0.56 | 0.5 | 0.72 |
| HSL | 354º | 0.38% | 0.2% | - |
| HSV(B) | 354º | 0.56% | 0.28% | - |
| XYZ | 3.51 | 2.54 | 1.97 | - |
| YUV | 44.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 36 | 0 | 0.56 | 0.5 | 0.72 | 354 | 0.38 | 0.2 |
| Hex | 48 | 20 | 24 | 0 | 38 | 32 | 48 | 162 | 26 | 14 |
| Octal | 110 | 40 | 44 | 0 | 70 | 62 | 110 | 542 | 46 | 24 |
| Binary | 1001000 | 100000 | 100100 | 0 | 111000 | 110010 | 1001000 | 101100010 | 100110 | 10100 |
Color Harmonies of #482024
Complementary color
Monochromatic Colors of #482024
Black with #482024
Text Example
Text Example
White with #482024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482024; }
p { color: rgb(72,32,36); }
H1.HeaderClassName
{
color: #482024;
}
.AnyTagClassName
{
color: #482024;
}
</style>
background-color css
<style>
a { background-color: #482024; }
a { background-color: rgb(72,32,36); }
div.DivClassName
{
background-color: #482024;
}
.BgClassName
{
background-color: #482024;
}
</style>
border-color css
<style>
span { border-color: #482024; }
span { border-color: rgb(72,32,36); }
td.TdClassName
{
border-color: #482024;
}
.TagClassName
{
border-color: #482024;
}
</style>