Shades of Brick Red #CA303C
Tints of Brick Red #CA303C
RGB
CMYK
RGB Variations
Color information
#CA303C (or 0xCA303C) is known color: Brick Red. HEX triplet: CA, 30 and 3C. RGB value is (202,48,60). Sum of RGB (Red+Green+Blue) = 202+48+60=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA303C is #35CFC3. Grayscale: #5F5F5F. Windows color (decimal): -3526596 or 3944650. OLE color: 3944650.
HSL color Cylindrical-coordinate representation of color #CA303C: hue angle of 355.32º 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 #CA303C is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 48 | 60 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.21 |
| HSL | 355.32º | 0.62% | 0.49% | - |
| HSV(B) | 355.32º | 0.76% | 0.79% | - |
| XYZ | 26.23 | 15 | 5.79 | - |
| YUV | 95.41 | 108.02 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 48 | 60 | 0 | 0.76 | 0.70 | 0.21 | 355.32 | 0.62 | 0.49 |
| Hex | CA | 30 | 3C | 0 | 4C | 46 | 15 | 163 | 3E | 31 |
| Octal | 312 | 60 | 74 | 0 | 114 | 106 | 25 | 543 | 76 | 61 |
| Binary | 11001010 | 110000 | 111100 | 0 | 1001100 | 1000110 | 10101 | 101100011 | 111110 | 110001 |
Color Harmonies of #CA303C
Complementary color
Monochromatic Colors of #CA303C
Black with #CA303C
Text Example
Text Example
White with #CA303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA303C; }
p { color: rgb(202,48,60); }
H1.HeaderClassName
{
color: #CA303C;
}
.AnyTagClassName
{
color: #CA303C;
}
</style>
background-color css
<style>
a { background-color: #CA303C; }
a { background-color: rgb(202,48,60); }
div.DivClassName
{
background-color: #CA303C;
}
.BgClassName
{
background-color: #CA303C;
}
</style>
border-color css
<style>
span { border-color: #CA303C; }
span { border-color: rgb(202,48,60); }
td.TdClassName
{
border-color: #CA303C;
}
.TagClassName
{
border-color: #CA303C;
}
</style>