Shades of Brick Red #C02A38
Tints of Brick Red #C02A38
RGB
CMYK
RGB Variations
Color information
#C02A38 (or 0xC02A38) is known color: Brick Red. HEX triplet: C0, 2A and 38. RGB value is (192,42,56). Sum of RGB (Red+Green+Blue) = 192+42+56=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A38 is #3FD5C7. Grayscale: #585858. Windows color (decimal): -4183496 or 3680960. OLE color: 3680960.
HSL color Cylindrical-coordinate representation of color #C02A38: hue angle of 354.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02A38 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 56 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.25 |
| HSL | 354.4º | 0.64% | 0.46% | - |
| HSV(B) | 354.4º | 0.78% | 0.75% | - |
| XYZ | 23.28 | 13.15 | 5.05 | - |
| YUV | 88.45 | 109.7 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 56 | 0 | 0.78 | 0.71 | 0.25 | 354.4 | 0.64 | 0.46 |
| Hex | C0 | 2A | 38 | 0 | 4E | 47 | 19 | 162 | 40 | 2E |
| Octal | 300 | 52 | 70 | 0 | 116 | 107 | 31 | 542 | 100 | 56 |
| Binary | 11000000 | 101010 | 111000 | 0 | 1001110 | 1000111 | 11001 | 101100010 | 1000000 | 101110 |
Color Harmonies of #C02A38
Complementary color
Monochromatic Colors of #C02A38
Black with #C02A38
Text Example
Text Example
White with #C02A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A38; }
p { color: rgb(192,42,56); }
H1.HeaderClassName
{
color: #C02A38;
}
.AnyTagClassName
{
color: #C02A38;
}
</style>
background-color css
<style>
a { background-color: #C02A38; }
a { background-color: rgb(192,42,56); }
div.DivClassName
{
background-color: #C02A38;
}
.BgClassName
{
background-color: #C02A38;
}
</style>
border-color css
<style>
span { border-color: #C02A38; }
span { border-color: rgb(192,42,56); }
td.TdClassName
{
border-color: #C02A38;
}
.TagClassName
{
border-color: #C02A38;
}
</style>