Shades of Trinidad #C44A30
Tints of Trinidad #C44A30
RGB
CMYK
RGB Variations
Color information
#C44A30 (or 0xC44A30) is known color: Trinidad. HEX triplet: C4, 4A and 30. RGB value is (196,74,48). Sum of RGB (Red+Green+Blue) = 196+74+48=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44A30 is #3BB5CF. Grayscale: #6B6B6B. Windows color (decimal): -3913168 or 3164868. OLE color: 3164868.
HSL color Cylindrical-coordinate representation of color #C44A30: hue angle of 10.54º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C44A30 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 48 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.23 |
| HSL | 10.54º | 0.61% | 0.48% | - |
| HSV(B) | 10.54º | 0.76% | 0.77% | - |
| XYZ | 25.75 | 16.85 | 4.69 | - |
| YUV | 107.51 | 94.42 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 48 | 0 | 0.62 | 0.76 | 0.23 | 10.54 | 0.61 | 0.48 |
| Hex | C4 | 4A | 30 | 0 | 3E | 4C | 17 | B | 3D | 30 |
| Octal | 304 | 112 | 60 | 0 | 76 | 114 | 27 | 13 | 75 | 60 |
| Binary | 11000100 | 1001010 | 110000 | 0 | 111110 | 1001100 | 10111 | 1011 | 111101 | 110000 |
Color Harmonies of #C44A30
Complementary color
Monochromatic Colors of #C44A30
Black with #C44A30
Text Example
Text Example
White with #C44A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44A30; }
p { color: rgb(196,74,48); }
H1.HeaderClassName
{
color: #C44A30;
}
.AnyTagClassName
{
color: #C44A30;
}
</style>
background-color css
<style>
a { background-color: #C44A30; }
a { background-color: rgb(196,74,48); }
div.DivClassName
{
background-color: #C44A30;
}
.BgClassName
{
background-color: #C44A30;
}
</style>
border-color css
<style>
span { border-color: #C44A30; }
span { border-color: rgb(196,74,48); }
td.TdClassName
{
border-color: #C44A30;
}
.TagClassName
{
border-color: #C44A30;
}
</style>