Shades of Brick Red #C33643
Tints of Brick Red #C33643
RGB
CMYK
RGB Variations
Color information
#C33643 (or 0xC33643) is known color: Brick Red. HEX triplet: C3, 36 and 43. RGB value is (195,54,67). Sum of RGB (Red+Green+Blue) = 195+54+67=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C33643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33643 is #3CC9BC. Grayscale: #616161. Windows color (decimal): -3983805 or 4404931. OLE color: 4404931.
HSL color Cylindrical-coordinate representation of color #C33643: hue angle of 354.47º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33643 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 67 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.24 |
| HSL | 354.47º | 0.57% | 0.49% | - |
| HSV(B) | 354.47º | 0.72% | 0.76% | - |
| XYZ | 24.84 | 14.65 | 6.83 | - |
| YUV | 97.64 | 110.71 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 67 | 0 | 0.72 | 0.66 | 0.24 | 354.47 | 0.57 | 0.49 |
| Hex | C3 | 36 | 43 | 0 | 48 | 42 | 18 | 162 | 39 | 31 |
| Octal | 303 | 66 | 103 | 0 | 110 | 102 | 30 | 542 | 71 | 61 |
| Binary | 11000011 | 110110 | 1000011 | 0 | 1001000 | 1000010 | 11000 | 101100010 | 111001 | 110001 |
Color Harmonies of #C33643
Complementary color
Monochromatic Colors of #C33643
Black with #C33643
Text Example
Text Example
White with #C33643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33643; }
p { color: rgb(195,54,67); }
H1.HeaderClassName
{
color: #C33643;
}
.AnyTagClassName
{
color: #C33643;
}
</style>
background-color css
<style>
a { background-color: #C33643; }
a { background-color: rgb(195,54,67); }
div.DivClassName
{
background-color: #C33643;
}
.BgClassName
{
background-color: #C33643;
}
</style>
border-color css
<style>
span { border-color: #C33643; }
span { border-color: rgb(195,54,67); }
td.TdClassName
{
border-color: #C33643;
}
.TagClassName
{
border-color: #C33643;
}
</style>