Shades of Trinidad #CB4530
Tints of Trinidad #CB4530
RGB
CMYK
RGB Variations
Color information
#CB4530 (or 0xCB4530) is known color: Trinidad. HEX triplet: CB, 45 and 30. RGB value is (203,69,48). Sum of RGB (Red+Green+Blue) = 203+69+48=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4530 is #34BACF. Grayscale: #6A6A6A. Windows color (decimal): -3455696 or 3163595. OLE color: 3163595.
HSL color Cylindrical-coordinate representation of color #CB4530: hue angle of 8.13º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB4530 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 48 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.20 |
| HSL | 8.13º | 0.62% | 0.49% | - |
| HSV(B) | 8.13º | 0.76% | 0.8% | - |
| XYZ | 27.29 | 17.17 | 4.67 | - |
| YUV | 106.67 | 94.89 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 48 | 0 | 0.66 | 0.76 | 0.20 | 8.13 | 0.62 | 0.49 |
| Hex | CB | 45 | 30 | 0 | 42 | 4C | 14 | 8 | 3E | 31 |
| Octal | 313 | 105 | 60 | 0 | 102 | 114 | 24 | 10 | 76 | 61 |
| Binary | 11001011 | 1000101 | 110000 | 0 | 1000010 | 1001100 | 10100 | 1000 | 111110 | 110001 |
Color Harmonies of #CB4530
Complementary color
Monochromatic Colors of #CB4530
Black with #CB4530
Text Example
Text Example
White with #CB4530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4530; }
p { color: rgb(203,69,48); }
H1.HeaderClassName
{
color: #CB4530;
}
.AnyTagClassName
{
color: #CB4530;
}
</style>
background-color css
<style>
a { background-color: #CB4530; }
a { background-color: rgb(203,69,48); }
div.DivClassName
{
background-color: #CB4530;
}
.BgClassName
{
background-color: #CB4530;
}
</style>
border-color css
<style>
span { border-color: #CB4530; }
span { border-color: rgb(203,69,48); }
td.TdClassName
{
border-color: #CB4530;
}
.TagClassName
{
border-color: #CB4530;
}
</style>