Shades of Brick Red #C3283F
Tints of Brick Red #C3283F
RGB
CMYK
RGB Variations
Color information
#C3283F (or 0xC3283F) is known color: Brick Red. HEX triplet: C3, 28 and 3F. RGB value is (195,40,63). Sum of RGB (Red+Green+Blue) = 195+40+63=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C3283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3283F is #3CD7C0. Grayscale: #595959. Windows color (decimal): -3987393 or 4139203. OLE color: 4139203.
HSL color Cylindrical-coordinate representation of color #C3283F: hue angle of 351.1º 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 #C3283F is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 63 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.24 |
| HSL | 351.1º | 0.66% | 0.46% | - |
| HSV(B) | 351.1º | 0.79% | 0.76% | - |
| XYZ | 24.16 | 13.48 | 6.03 | - |
| YUV | 88.97 | 113.35 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 63 | 0 | 0.79 | 0.68 | 0.24 | 351.1 | 0.66 | 0.46 |
| Hex | C3 | 28 | 3F | 0 | 4F | 44 | 18 | 15F | 42 | 2E |
| Octal | 303 | 50 | 77 | 0 | 117 | 104 | 30 | 537 | 102 | 56 |
| Binary | 11000011 | 101000 | 111111 | 0 | 1001111 | 1000100 | 11000 | 101011111 | 1000010 | 101110 |
Color Harmonies of #C3283F
Complementary color
Monochromatic Colors of #C3283F
Black with #C3283F
Text Example
Text Example
White with #C3283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3283F; }
p { color: rgb(195,40,63); }
H1.HeaderClassName
{
color: #C3283F;
}
.AnyTagClassName
{
color: #C3283F;
}
</style>
background-color css
<style>
a { background-color: #C3283F; }
a { background-color: rgb(195,40,63); }
div.DivClassName
{
background-color: #C3283F;
}
.BgClassName
{
background-color: #C3283F;
}
</style>
border-color css
<style>
span { border-color: #C3283F; }
span { border-color: rgb(195,40,63); }
td.TdClassName
{
border-color: #C3283F;
}
.TagClassName
{
border-color: #C3283F;
}
</style>