Shades of Trinidad #C3532E
Tints of Trinidad #C3532E
RGB
CMYK
RGB Variations
Color information
#C3532E (or 0xC3532E) is known color: Trinidad. HEX triplet: C3, 53 and 2E. RGB value is (195,83,46). Sum of RGB (Red+Green+Blue) = 195+83+46=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C3532E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3532E is #3CACD1. Grayscale: #707070. Windows color (decimal): -3976402 or 3036099. OLE color: 3036099.
HSL color Cylindrical-coordinate representation of color #C3532E: hue angle of 14.9º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3532E is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 46 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.24 |
| HSL | 14.9º | 0.62% | 0.47% | - |
| HSV(B) | 14.9º | 0.76% | 0.76% | - |
| XYZ | 26.09 | 17.99 | 4.68 | - |
| YUV | 112.27 | 90.61 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 46 | 0 | 0.57 | 0.76 | 0.24 | 14.9 | 0.62 | 0.47 |
| Hex | C3 | 53 | 2E | 0 | 39 | 4C | 18 | F | 3E | 2F |
| Octal | 303 | 123 | 56 | 0 | 71 | 114 | 30 | 17 | 76 | 57 |
| Binary | 11000011 | 1010011 | 101110 | 0 | 111001 | 1001100 | 11000 | 1111 | 111110 | 101111 |
Color Harmonies of #C3532E
Complementary color
Monochromatic Colors of #C3532E
Black with #C3532E
Text Example
Text Example
White with #C3532E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3532E; }
p { color: rgb(195,83,46); }
H1.HeaderClassName
{
color: #C3532E;
}
.AnyTagClassName
{
color: #C3532E;
}
</style>
background-color css
<style>
a { background-color: #C3532E; }
a { background-color: rgb(195,83,46); }
div.DivClassName
{
background-color: #C3532E;
}
.BgClassName
{
background-color: #C3532E;
}
</style>
border-color css
<style>
span { border-color: #C3532E; }
span { border-color: rgb(195,83,46); }
td.TdClassName
{
border-color: #C3532E;
}
.TagClassName
{
border-color: #C3532E;
}
</style>