#c1492b

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

Shades of Trinidad #C1492B

Tints of Trinidad #C1492B

Color information

#C1492B (or 0xC1492B) is unknown color: approx Trinidad. HEX triplet: C1, 49 and 2B. RGB value is (193,73,43). Sum of RGB (Red+Green+Blue) = 193+73+43=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C1492B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1492B is #3EB6D4. Grayscale: #696969. Windows color (decimal): -4110037 or 2836929. OLE color: 2836929.

HSL color Cylindrical-coordinate representation of color #C1492B: hue angle of 12º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1492B is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB1937343-
CMYK00.620.780.24
HSL12º63.56%46.27%-
HSV(B)12º77.72%75.69%-
XYZ24.8116.284.12-
YUV105.4692.76190.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 62.46%
GREEN value IS 73 (28.91% from 255) = 23.62%
BLUE value IS 43 (17.19% from 255) = 13.92%
R=62.46%
G=23.62%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193734300.620.780.241263.5646.27
HexC1492B03E4E18c402e
Octal30111153076116301410056
Binary110000011001001101011011111010011101100011001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1492b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1492b; }

 p { color: rgb(193,73,43); }

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

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

 a { background-color: rgb(193,73,43); }

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

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

 span { border-color: rgb(193,73,43); }

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