Shades of Brick Red #C0263F
Tints of Brick Red #C0263F
RGB
CMYK
RGB Variations
Color information
#C0263F (or 0xC0263F) is known color: Brick Red. HEX triplet: C0, 26 and 3F. RGB value is (192,38,63). Sum of RGB (Red+Green+Blue) = 192+38+63=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C0263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0263F is #3FD9C0. Grayscale: #565656. Windows color (decimal): -4184513 or 4138688. OLE color: 4138688.
HSL color Cylindrical-coordinate representation of color #C0263F: hue angle of 350.26º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0263F is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 63 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.25 |
| HSL | 350.26º | 0.67% | 0.45% | - |
| HSV(B) | 350.26º | 0.8% | 0.75% | - |
| XYZ | 23.33 | 12.95 | 5.97 | - |
| YUV | 86.9 | 114.52 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 63 | 0 | 0.80 | 0.67 | 0.25 | 350.26 | 0.67 | 0.45 |
| Hex | C0 | 26 | 3F | 0 | 50 | 43 | 19 | 15E | 43 | 2D |
| Octal | 300 | 46 | 77 | 0 | 120 | 103 | 31 | 536 | 103 | 55 |
| Binary | 11000000 | 100110 | 111111 | 0 | 1010000 | 1000011 | 11001 | 101011110 | 1000011 | 101101 |
Color Harmonies of #C0263F
Complementary color
Monochromatic Colors of #C0263F
Black with #C0263F
Text Example
Text Example
White with #C0263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0263F; }
p { color: rgb(192,38,63); }
H1.HeaderClassName
{
color: #C0263F;
}
.AnyTagClassName
{
color: #C0263F;
}
</style>
background-color css
<style>
a { background-color: #C0263F; }
a { background-color: rgb(192,38,63); }
div.DivClassName
{
background-color: #C0263F;
}
.BgClassName
{
background-color: #C0263F;
}
</style>
border-color css
<style>
span { border-color: #C0263F; }
span { border-color: rgb(192,38,63); }
td.TdClassName
{
border-color: #C0263F;
}
.TagClassName
{
border-color: #C0263F;
}
</style>