Shades of Trinidad #CA4522
Tints of Trinidad #CA4522
RGB
CMYK
RGB Variations
Color information
#CA4522 (or 0xCA4522) is known color: Trinidad. HEX triplet: CA, 45 and 22. RGB value is (202,69,34). Sum of RGB (Red+Green+Blue) = 202+69+34=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4522 is #35BADD. Grayscale: #696969. Windows color (decimal): -3521246 or 2246090. OLE color: 2246090.
HSL color Cylindrical-coordinate representation of color #CA4522: hue angle of 12.5º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA4522 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 69 | 34 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.21 |
| HSL | 12.5º | 0.71% | 0.46% | - |
| HSV(B) | 12.5º | 0.83% | 0.79% | - |
| XYZ | 26.77 | 16.93 | 3.37 | - |
| YUV | 104.78 | 88.06 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 34 | 0 | 0.66 | 0.83 | 0.21 | 12.5 | 0.71 | 0.46 |
| Hex | CA | 45 | 22 | 0 | 42 | 53 | 15 | C | 47 | 2E |
| Octal | 312 | 105 | 42 | 0 | 102 | 123 | 25 | 14 | 107 | 56 |
| Binary | 11001010 | 1000101 | 100010 | 0 | 1000010 | 1010011 | 10101 | 1100 | 1000111 | 101110 |
Color Harmonies of #CA4522
Complementary color
Monochromatic Colors of #CA4522
Black with #CA4522
Text Example
Text Example
White with #CA4522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4522; }
p { color: rgb(202,69,34); }
H1.HeaderClassName
{
color: #CA4522;
}
.AnyTagClassName
{
color: #CA4522;
}
</style>
background-color css
<style>
a { background-color: #CA4522; }
a { background-color: rgb(202,69,34); }
div.DivClassName
{
background-color: #CA4522;
}
.BgClassName
{
background-color: #CA4522;
}
</style>
border-color css
<style>
span { border-color: #CA4522; }
span { border-color: rgb(202,69,34); }
td.TdClassName
{
border-color: #CA4522;
}
.TagClassName
{
border-color: #CA4522;
}
</style>