Shades of Brick Red #C3303D
Tints of Brick Red #C3303D
RGB
CMYK
RGB Variations
Color information
#C3303D (or 0xC3303D) is known color: Brick Red. HEX triplet: C3, 30 and 3D. RGB value is (195,48,61). Sum of RGB (Red+Green+Blue) = 195+48+61=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C3303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3303D is #3CCFC2. Grayscale: #5D5D5D. Windows color (decimal): -3985347 or 4010179. OLE color: 4010179.
HSL color Cylindrical-coordinate representation of color #C3303D: hue angle of 354.69º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3303D is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 61 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.24 |
| HSL | 354.69º | 0.6% | 0.48% | - |
| HSV(B) | 354.69º | 0.75% | 0.76% | - |
| XYZ | 24.4 | 14.05 | 5.84 | - |
| YUV | 93.44 | 109.7 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 61 | 0 | 0.75 | 0.69 | 0.24 | 354.69 | 0.6 | 0.48 |
| Hex | C3 | 30 | 3D | 0 | 4B | 45 | 18 | 163 | 3C | 30 |
| Octal | 303 | 60 | 75 | 0 | 113 | 105 | 30 | 543 | 74 | 60 |
| Binary | 11000011 | 110000 | 111101 | 0 | 1001011 | 1000101 | 11000 | 101100011 | 111100 | 110000 |
Color Harmonies of #C3303D
Complementary color
Monochromatic Colors of #C3303D
Black with #C3303D
Text Example
Text Example
White with #C3303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3303D; }
p { color: rgb(195,48,61); }
H1.HeaderClassName
{
color: #C3303D;
}
.AnyTagClassName
{
color: #C3303D;
}
</style>
background-color css
<style>
a { background-color: #C3303D; }
a { background-color: rgb(195,48,61); }
div.DivClassName
{
background-color: #C3303D;
}
.BgClassName
{
background-color: #C3303D;
}
</style>
border-color css
<style>
span { border-color: #C3303D; }
span { border-color: rgb(195,48,61); }
td.TdClassName
{
border-color: #C3303D;
}
.TagClassName
{
border-color: #C3303D;
}
</style>