Shades of Brick Red #CA303F
Tints of Brick Red #CA303F
RGB
CMYK
RGB Variations
Color information
#CA303F (or 0xCA303F) is known color: Brick Red. HEX triplet: CA, 30 and 3F. RGB value is (202,48,63). Sum of RGB (Red+Green+Blue) = 202+48+63=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA303F is #35CFC0. Grayscale: #5F5F5F. Windows color (decimal): -3526593 or 4141258. OLE color: 4141258.
HSL color Cylindrical-coordinate representation of color #CA303F: hue angle of 354.16º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA303F is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 48 | 63 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.21 |
| HSL | 354.16º | 0.62% | 0.49% | - |
| HSV(B) | 354.16º | 0.76% | 0.79% | - |
| XYZ | 26.31 | 15.03 | 6.22 | - |
| YUV | 95.76 | 109.52 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 48 | 63 | 0 | 0.76 | 0.69 | 0.21 | 354.16 | 0.62 | 0.49 |
| Hex | CA | 30 | 3F | 0 | 4C | 45 | 15 | 162 | 3E | 31 |
| Octal | 312 | 60 | 77 | 0 | 114 | 105 | 25 | 542 | 76 | 61 |
| Binary | 11001010 | 110000 | 111111 | 0 | 1001100 | 1000101 | 10101 | 101100010 | 111110 | 110001 |
Color Harmonies of #CA303F
Complementary color
Monochromatic Colors of #CA303F
Black with #CA303F
Text Example
Text Example
White with #CA303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA303F; }
p { color: rgb(202,48,63); }
H1.HeaderClassName
{
color: #CA303F;
}
.AnyTagClassName
{
color: #CA303F;
}
</style>
background-color css
<style>
a { background-color: #CA303F; }
a { background-color: rgb(202,48,63); }
div.DivClassName
{
background-color: #CA303F;
}
.BgClassName
{
background-color: #CA303F;
}
</style>
border-color css
<style>
span { border-color: #CA303F; }
span { border-color: rgb(202,48,63); }
td.TdClassName
{
border-color: #CA303F;
}
.TagClassName
{
border-color: #CA303F;
}
</style>