#CA513B

Color #CA513B Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #CA513B

Tints of Trinidad #CA513B

Color information

#CA513B (or 0xCA513B) is unknown color: approx Trinidad. HEX triplet: CA, 51 and 3B. RGB value is (202,81,59). Sum of RGB (Red+Green+Blue) = 202+81+59=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA513B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA513B is #35AEC4. Grayscale: #727272. Windows color (decimal): -3518149 or 3887562. OLE color: 3887562.

HSL color Cylindrical-coordinate representation of color #CA513B: hue angle of 9.23º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA513B is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB2028159-
CMYK00.600.710.21
HSL9.23º57.43%51.18%-
HSV(B)9.23º70.79%79.22%-
XYZ28.0918.766.28-
YUV114.6796.59190.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 59.06%
GREEN value IS 81 (32.03% from 255) = 23.68%
BLUE value IS 59 (23.44% from 255) = 17.25%
R=59.06%
G=23.68%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202815900.600.710.219.2357.4351.18
HexCA513B03C471593933
Octal3121217307410725117163
Binary11001010101000111101101111001000111101011001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA513B; }

 p { color: rgb(202,81,59); }

 H1.HeaderClassName
 {
   color: #CA513B;
 }
 .AnyTagClassName
 {
   color: #CA513B;
 }
</style>
background-color css

<style>
 a { background-color: #CA513B; }

 a { background-color: rgb(202,81,59); }

 div.DivClassName
 {
   background-color: #CA513B;
 }
 .BgClassName
 {
   background-color: #CA513B;
 }
</style>
border-color css

<style>
 span { border-color: #CA513B; }

 span { border-color: rgb(202,81,59); }

 td.TdClassName
 {
   border-color: #CA513B;
 }
 .TagClassName
 {
   border-color: #CA513B;
 }
</style>