Shades of Brick Red #CA3F46
Tints of Brick Red #CA3F46
RGB
CMYK
RGB Variations
Color information
#CA3F46 (or 0xCA3F46) is known color: Brick Red. HEX triplet: CA, 3F and 46. RGB value is (202,63,70). Sum of RGB (Red+Green+Blue) = 202+63+70=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3F46 is #35C0B9. Grayscale: #696969. Windows color (decimal): -3522746 or 4603850. OLE color: 4603850.
HSL color Cylindrical-coordinate representation of color #CA3F46: hue angle of 356.98º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3F46 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 63 | 70 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.21 |
| HSL | 356.98º | 0.57% | 0.52% | - |
| HSV(B) | 356.98º | 0.69% | 0.79% | - |
| XYZ | 27.24 | 16.55 | 7.55 | - |
| YUV | 105.36 | 108.05 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 70 | 0 | 0.69 | 0.65 | 0.21 | 356.98 | 0.57 | 0.52 |
| Hex | CA | 3F | 46 | 0 | 45 | 41 | 15 | 165 | 39 | 34 |
| Octal | 312 | 77 | 106 | 0 | 105 | 101 | 25 | 545 | 71 | 64 |
| Binary | 11001010 | 111111 | 1000110 | 0 | 1000101 | 1000001 | 10101 | 101100101 | 111001 | 110100 |
Color Harmonies of #CA3F46
Complementary color
Monochromatic Colors of #CA3F46
Black with #CA3F46
Text Example
Text Example
White with #CA3F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3F46; }
p { color: rgb(202,63,70); }
H1.HeaderClassName
{
color: #CA3F46;
}
.AnyTagClassName
{
color: #CA3F46;
}
</style>
background-color css
<style>
a { background-color: #CA3F46; }
a { background-color: rgb(202,63,70); }
div.DivClassName
{
background-color: #CA3F46;
}
.BgClassName
{
background-color: #CA3F46;
}
</style>
border-color css
<style>
span { border-color: #CA3F46; }
span { border-color: rgb(202,63,70); }
td.TdClassName
{
border-color: #CA3F46;
}
.TagClassName
{
border-color: #CA3F46;
}
</style>