Shades of Brick Red #CA4148
Tints of Brick Red #CA4148
RGB
CMYK
RGB Variations
Color information
#CA4148 (or 0xCA4148) is known color: Brick Red. HEX triplet: CA, 41 and 48. RGB value is (202,65,72). Sum of RGB (Red+Green+Blue) = 202+65+72=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4148 is #35BEB7. Grayscale: #6A6A6A. Windows color (decimal): -3522232 or 4735434. OLE color: 4735434.
HSL color Cylindrical-coordinate representation of color #CA4148: hue angle of 356.93º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4148 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 72 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.21 |
| HSL | 356.93º | 0.56% | 0.52% | - |
| HSV(B) | 356.93º | 0.68% | 0.79% | - |
| XYZ | 27.42 | 16.81 | 7.93 | - |
| YUV | 106.76 | 108.39 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 72 | 0 | 0.68 | 0.64 | 0.21 | 356.93 | 0.56 | 0.52 |
| Hex | CA | 41 | 48 | 0 | 44 | 40 | 15 | 165 | 38 | 34 |
| Octal | 312 | 101 | 110 | 0 | 104 | 100 | 25 | 545 | 70 | 64 |
| Binary | 11001010 | 1000001 | 1001000 | 0 | 1000100 | 1000000 | 10101 | 101100101 | 111000 | 110100 |
Color Harmonies of #CA4148
Complementary color
Monochromatic Colors of #CA4148
Black with #CA4148
Text Example
Text Example
White with #CA4148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4148; }
p { color: rgb(202,65,72); }
H1.HeaderClassName
{
color: #CA4148;
}
.AnyTagClassName
{
color: #CA4148;
}
</style>
background-color css
<style>
a { background-color: #CA4148; }
a { background-color: rgb(202,65,72); }
div.DivClassName
{
background-color: #CA4148;
}
.BgClassName
{
background-color: #CA4148;
}
</style>
border-color css
<style>
span { border-color: #CA4148; }
span { border-color: rgb(202,65,72); }
td.TdClassName
{
border-color: #CA4148;
}
.TagClassName
{
border-color: #CA4148;
}
</style>