Shades of Brick Red #CA283E
Tints of Brick Red #CA283E
RGB
CMYK
RGB Variations
Color information
#CA283E (or 0xCA283E) is known color: Brick Red. HEX triplet: CA, 28 and 3E. RGB value is (202,40,62). Sum of RGB (Red+Green+Blue) = 202+40+62=304 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.45% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 202 - color contains mainly: red. Hex color #CA283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA283E is #35D7C1. Grayscale: #5B5B5B. Windows color (decimal): -3528642 or 4073674. OLE color: 4073674.
HSL color Cylindrical-coordinate representation of color #CA283E: hue angle of 351.85º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA283E is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 62 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.21 |
| HSL | 351.85º | 0.67% | 0.47% | - |
| HSV(B) | 351.85º | 0.8% | 0.79% | - |
| XYZ | 25.99 | 14.42 | 5.97 | - |
| YUV | 90.95 | 111.67 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 62 | 0 | 0.80 | 0.69 | 0.21 | 351.85 | 0.67 | 0.47 |
| Hex | CA | 28 | 3E | 0 | 50 | 45 | 15 | 160 | 43 | 2F |
| Octal | 312 | 50 | 76 | 0 | 120 | 105 | 25 | 540 | 103 | 57 |
| Binary | 11001010 | 101000 | 111110 | 0 | 1010000 | 1000101 | 10101 | 101100000 | 1000011 | 101111 |
Color Harmonies of #CA283E
Complementary color
Monochromatic Colors of #CA283E
Black with #CA283E
Text Example
Text Example
White with #CA283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA283E; }
p { color: rgb(202,40,62); }
H1.HeaderClassName
{
color: #CA283E;
}
.AnyTagClassName
{
color: #CA283E;
}
</style>
background-color css
<style>
a { background-color: #CA283E; }
a { background-color: rgb(202,40,62); }
div.DivClassName
{
background-color: #CA283E;
}
.BgClassName
{
background-color: #CA283E;
}
</style>
border-color css
<style>
span { border-color: #CA283E; }
span { border-color: rgb(202,40,62); }
td.TdClassName
{
border-color: #CA283E;
}
.TagClassName
{
border-color: #CA283E;
}
</style>