Shades of Brick Red #C3283E
Tints of Brick Red #C3283E
RGB
CMYK
RGB Variations
Color information
#C3283E (or 0xC3283E) is known color: Brick Red. HEX triplet: C3, 28 and 3E. RGB value is (195,40,62). Sum of RGB (Red+Green+Blue) = 195+40+62=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C3283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3283E is #3CD7C1. Grayscale: #585858. Windows color (decimal): -3987394 or 4073667. OLE color: 4073667.
HSL color Cylindrical-coordinate representation of color #C3283E: hue angle of 351.48º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3283E is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 62 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.24 |
| HSL | 351.48º | 0.66% | 0.46% | - |
| HSV(B) | 351.48º | 0.79% | 0.76% | - |
| XYZ | 24.13 | 13.47 | 5.88 | - |
| YUV | 88.85 | 112.85 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 62 | 0 | 0.79 | 0.68 | 0.24 | 351.48 | 0.66 | 0.46 |
| Hex | C3 | 28 | 3E | 0 | 4F | 44 | 18 | 15F | 42 | 2E |
| Octal | 303 | 50 | 76 | 0 | 117 | 104 | 30 | 537 | 102 | 56 |
| Binary | 11000011 | 101000 | 111110 | 0 | 1001111 | 1000100 | 11000 | 101011111 | 1000010 | 101110 |
Color Harmonies of #C3283E
Complementary color
Monochromatic Colors of #C3283E
Black with #C3283E
Text Example
Text Example
White with #C3283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3283E; }
p { color: rgb(195,40,62); }
H1.HeaderClassName
{
color: #C3283E;
}
.AnyTagClassName
{
color: #C3283E;
}
</style>
background-color css
<style>
a { background-color: #C3283E; }
a { background-color: rgb(195,40,62); }
div.DivClassName
{
background-color: #C3283E;
}
.BgClassName
{
background-color: #C3283E;
}
</style>
border-color css
<style>
span { border-color: #C3283E; }
span { border-color: rgb(195,40,62); }
td.TdClassName
{
border-color: #C3283E;
}
.TagClassName
{
border-color: #C3283E;
}
</style>