Shades of Brick Red #CA384B
Tints of Brick Red #CA384B
RGB
CMYK
RGB Variations
Color information
#CA384B (or 0xCA384B) is known color: Brick Red. HEX triplet: CA, 38 and 4B. RGB value is (202,56,75). Sum of RGB (Red+Green+Blue) = 202+56+75=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA384B is #35C7B4. Grayscale: #656565. Windows color (decimal): -3524533 or 4929738. OLE color: 4929738.
HSL color Cylindrical-coordinate representation of color #CA384B: hue angle of 352.19º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA384B is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 56 | 75 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.21 |
| HSL | 352.19º | 0.58% | 0.51% | - |
| HSV(B) | 352.19º | 0.72% | 0.79% | - |
| XYZ | 27.04 | 15.89 | 8.3 | - |
| YUV | 101.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 75 | 0 | 0.72 | 0.63 | 0.21 | 352.19 | 0.58 | 0.51 |
| Hex | CA | 38 | 4B | 0 | 48 | 3F | 15 | 160 | 3A | 33 |
| Octal | 312 | 70 | 113 | 0 | 110 | 77 | 25 | 540 | 72 | 63 |
| Binary | 11001010 | 111000 | 1001011 | 0 | 1001000 | 111111 | 10101 | 101100000 | 111010 | 110011 |
Color Harmonies of #CA384B
Complementary color
Monochromatic Colors of #CA384B
Black with #CA384B
Text Example
Text Example
White with #CA384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA384B; }
p { color: rgb(202,56,75); }
H1.HeaderClassName
{
color: #CA384B;
}
.AnyTagClassName
{
color: #CA384B;
}
</style>
background-color css
<style>
a { background-color: #CA384B; }
a { background-color: rgb(202,56,75); }
div.DivClassName
{
background-color: #CA384B;
}
.BgClassName
{
background-color: #CA384B;
}
</style>
border-color css
<style>
span { border-color: #CA384B; }
span { border-color: rgb(202,56,75); }
td.TdClassName
{
border-color: #CA384B;
}
.TagClassName
{
border-color: #CA384B;
}
</style>