Shades of Persian Red #BD362C
Tints of Persian Red #BD362C
RGB
CMYK
RGB Variations
Color information
#BD362C (or 0xBD362C) is known color: Persian Red. HEX triplet: BD, 36 and 2C. RGB value is (189,54,44). Sum of RGB (Red+Green+Blue) = 189+54+44=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD362C is #42C9D3. Grayscale: #5D5D5D. Windows color (decimal): -4377044 or 2897597. OLE color: 2897597.
HSL color Cylindrical-coordinate representation of color #BD362C: hue angle of 4.14º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD362C is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 44 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.26 |
| HSL | 4.14º | 0.62% | 0.46% | - |
| HSV(B) | 4.14º | 0.77% | 0.74% | - |
| XYZ | 22.76 | 13.64 | 3.82 | - |
| YUV | 93.23 | 100.23 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 44 | 0 | 0.71 | 0.77 | 0.26 | 4.14 | 0.62 | 0.46 |
| Hex | BD | 36 | 2C | 0 | 47 | 4D | 1A | 4 | 3E | 2E |
| Octal | 275 | 66 | 54 | 0 | 107 | 115 | 32 | 4 | 76 | 56 |
| Binary | 10111101 | 110110 | 101100 | 0 | 1000111 | 1001101 | 11010 | 100 | 111110 | 101110 |
Color Harmonies of #BD362C
Complementary color
Monochromatic Colors of #BD362C
Black with #BD362C
Text Example
Text Example
White with #BD362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD362C; }
p { color: rgb(189,54,44); }
H1.HeaderClassName
{
color: #BD362C;
}
.AnyTagClassName
{
color: #BD362C;
}
</style>
background-color css
<style>
a { background-color: #BD362C; }
a { background-color: rgb(189,54,44); }
div.DivClassName
{
background-color: #BD362C;
}
.BgClassName
{
background-color: #BD362C;
}
</style>
border-color css
<style>
span { border-color: #BD362C; }
span { border-color: rgb(189,54,44); }
td.TdClassName
{
border-color: #BD362C;
}
.TagClassName
{
border-color: #BD362C;
}
</style>