Shades of Trinidad #C44B32
Tints of Trinidad #C44B32
RGB
CMYK
RGB Variations
Color information
#C44B32 (or 0xC44B32) is known color: Trinidad. HEX triplet: C4, 4B and 32. RGB value is (196,75,50). Sum of RGB (Red+Green+Blue) = 196+75+50=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44B32 is #3BB4CD. Grayscale: #6C6C6C. Windows color (decimal): -3912910 or 3296196. OLE color: 3296196.
HSL color Cylindrical-coordinate representation of color #C44B32: hue angle of 10.27º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C44B32 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 75 | 50 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.23 |
| HSL | 10.27º | 0.59% | 0.48% | - |
| HSV(B) | 10.27º | 0.74% | 0.77% | - |
| XYZ | 25.86 | 17 | 4.94 | - |
| YUV | 108.33 | 95.09 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 50 | 0 | 0.62 | 0.74 | 0.23 | 10.27 | 0.59 | 0.48 |
| Hex | C4 | 4B | 32 | 0 | 3E | 4A | 17 | A | 3B | 30 |
| Octal | 304 | 113 | 62 | 0 | 76 | 112 | 27 | 12 | 73 | 60 |
| Binary | 11000100 | 1001011 | 110010 | 0 | 111110 | 1001010 | 10111 | 1010 | 111011 | 110000 |
Color Harmonies of #C44B32
Complementary color
Monochromatic Colors of #C44B32
Black with #C44B32
Text Example
Text Example
White with #C44B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44B32; }
p { color: rgb(196,75,50); }
H1.HeaderClassName
{
color: #C44B32;
}
.AnyTagClassName
{
color: #C44B32;
}
</style>
background-color css
<style>
a { background-color: #C44B32; }
a { background-color: rgb(196,75,50); }
div.DivClassName
{
background-color: #C44B32;
}
.BgClassName
{
background-color: #C44B32;
}
</style>
border-color css
<style>
span { border-color: #C44B32; }
span { border-color: rgb(196,75,50); }
td.TdClassName
{
border-color: #C44B32;
}
.TagClassName
{
border-color: #C44B32;
}
</style>